Date:2011-02-23 03:14:51 (12 years 9 months ago)
Author:Xiangfu Liu
Commit:926640bbf5dc548bab39ff167d8a40b43963f22a
Message:stardict dictionary, add English <-> Spanish

Files: stardict/Makefile (3 diffs)
stardict/files/i2e.idx.oft (0 diffs)
stardict/files/stardict-i2e-2.4.2.tar.bz2 (0 diffs)

Change Details

stardict/Makefile
2828    TITLE:=International Dictionary Software
2929endef
3030
31define Package/stardict/description
32    StarDict is a Cross-Platform and international dictionary Software.
33endef
34
3135define Package/stardict
3236    $(call Package/stardict/Default)
3337    DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +libgconf2 +gtk2 +libstdcpp +libsigcxx
...... 
4347    TITLE+=(dictionary: oxfordjm English <-> Chinese)
4448endef
4549
46define Package/stardict/description
47    StarDict is a Cross-Platform and international dictionary Software.
50define Package/stardict-dic-en-sp
51    $(call Package/stardict/Default)
52    TITLE+=(dictionary: I2E English <-> Spanish)
4853endef
4954
5055TARGET_LDFLAGS+= -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
5156
5257CONFIGURE_CMD =./autogen.sh
53
5458CONFIGURE_ARGS += \
5559    --disable-dependency-tracking \
5660    --disable-libtool-lock \
...... 
118122        $(1)/usr/share/stardict/dic/stardict-oxfordjm-ec-2.4.2/
119123endef
120124
125define Package/stardict-dic-en-sp/install
126    $(INSTALL_DIR) \
127        $(1)/usr/share/stardict/dic
128
129    $(TAR) \
130        -C $(1)/usr/share/stardict/dic/ \
131        -jxf \
132        ./files/stardict-i2e-2.4.2.tar.bz2
133
134    $(CP) ./files/i2e.idx.oft \
135        $(1)/usr/share/stardict/dic/stardict-i2e-2.4.2/
136endef
137
121138$(eval $(call BuildPackage,stardict))
122139$(eval $(call BuildPackage,stardict-dic-en-en))
123140$(eval $(call BuildPackage,stardict-dic-en-cn))
141$(eval $(call BuildPackage,stardict-dic-en-sp))
stardict/files/i2e.idx.oft
stardict/files/stardict-i2e-2.4.2.tar.bz2

Archive Download the corresponding diff file



interactive