1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 11:52:48 +02:00

[stardcit] add picture's that stardict needs

This commit is contained in:
Xiangfu Liu 2010-01-28 12:23:33 +08:00
parent 57c08dc2f9
commit c47e3af7ce

View File

@ -63,7 +63,12 @@ endef
define Package/stardict/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_DIR) $(1)/usr/share
$(INSTALL_DIR) $(1)/usr/share/pixmaps
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/stardict $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/pixmaps/stardict.png $(1)/usr/share/pixmaps/
$(CP) $(PKG_INSTALL_DIR)/usr/share/stardict $(1)/usr/share/
endef
$(eval $(call BuildPackage,stardict))