Date:2009-11-29 17:10:08 (14 years 3 months ago)
Author:Xiangfu Liu
Commit:9d5a0001d14c264ed1a347ca357b75cedc503c3f
Message:add stardict. not compiled now. just for starting

Files: stardict/Makefile (1 diff)

Change Details

stardict/Makefile
1#
2# Copyright (C) 2009 Qi Hardware Inc.
3# Author: Xiangfu Liu <xiangfu@qi-hardware.com>
4#
5# This is free software, licensed under the GNU General Public License v2.
6# See /LICENSE for more information.
7#
8
9include $(TOPDIR)/rules.mk
10
11PKG_NAME:=stardict
12PKG_VERSION:=3.0.1
13
14PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15PKG_SOURCE_URL:=http://downloads.sourceforge.net/stardict/
16
17PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
18
19PKG_INSTALL:=1
20
21include $(INCLUDE_DIR)/package.mk
22
23define Package/stardict
24    TITLE:=stardict
25    SECTION:=utils
26    CATEGORY:=Utilities
27    DEPENDS:=+libintl +libiconv
28    URL:=
29endef
30
31define Package/stardict/description
32    StarDict is a Cross-Platform and international dictionary Software.
33endef
34
35CONFIGURE_ARGS += --disable-spell --disable-gucharmap \
36    --disable-festival \
37    --disable-espeak
38
39define Package/stardict/install
40    $(INSTALL_DIR) $(1)/usr/bin
41    $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/stardict $(1)/usr/bin/
42endef
43
44$(eval $(call BuildPackage,stardict))

Archive Download the corresponding diff file



interactive