1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-28 23:34:31 +03:00

[stardict] add cache files for dictionary, for speed up when startup

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-11-14 17:55:04 +08:00
parent 91241193cb
commit f179ae2426
3 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,9 @@ define Package/stardict-dic-en-en/install
-C $(1)/usr/share/stardict/dic/ \
-jxf \
./files/stardict-english-2.4.2.tar.bz2
$(CP) ./files/longman.idx.oft \
$(1)/usr/share/stardict/dic/stardict-english-2.4.2/
endef
define Package/stardict-dic-en-cn/install
@ -110,6 +113,9 @@ define Package/stardict-dic-en-cn/install
-C $(1)/usr/share/stardict/dic/ \
-jxf \
./files/stardict-oxfordjm-ec-2.4.2.tar.bz2
$(CP) ./files/oxfordjm-ec.idx.oft \
$(1)/usr/share/stardict/dic/stardict-oxfordjm-ec-2.4.2/
endef
$(eval $(call BuildPackage,stardict))

Binary file not shown.

Binary file not shown.