1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-30 01:33:14 +03:00

naonote-files: split the gmenu2x icons to one package

This commit is contained in:
Xiangfu 2012-04-09 14:30:49 +08:00
parent 223a158fbe
commit 65baf01a5f
83 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,11 @@ define Package/nanonote-data-files
TITLE+=(Date Files)
endef
define Package/nanonote-gmenu2x-icons
$(call Package/nanonote-files/Default)
TITLE+=(Gmenu2x Icons)
endef
define Build/Compile
endef
@ -48,7 +53,12 @@ define Package/nanonote-data-files/postinst
cp -af $${IPKG_INSTROOT}/usr/share/nanonote/files/* $${IPKG_INSTROOT}/
endef
define Package/nanonote-gmenu2x-icons/install
$(INSTALL_DIR) $(1)/usr/share/gmenu2x
$(CP) gmenu2x-icons/gmenu2x/* $(1)/usr/share/gmenu2x/
endef
$(eval $(call BuildPackage,nanonote-example-files))
$(eval $(call BuildPackage,nanonote-base-files))
$(eval $(call BuildPackage,nanonote-data-files))
$(eval $(call BuildPackage,nanonote-gmenu2x-icons))