mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 18:54:04 +02:00
nanonote-example-files, install to data, prepare for add script-files
This commit is contained in:
parent
dac30c373b
commit
a08dac6d9b
@ -5,23 +5,23 @@ PKG_VERSION:=1.0
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/nanonote-example-files
|
define Package/nanonote-example-files/Default
|
||||||
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
||||||
TITLE:=nanonote-example-files
|
TITLE:=NanoNote Files
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nanonote-example-files/description
|
define Package/nanonote-example-files
|
||||||
Example Music files, etc.
|
$(call Package/nanonote-files/Default)
|
||||||
|
TITLE+=(Example Files)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nanonote-example-files/install
|
define Package/nanonote-example-files/install
|
||||||
$(INSTALL_DIR) $(1)/root/
|
$(CP) ./example-files/* $(1)/
|
||||||
$(CP) ./files/* $(1)/root/
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,nanonote-example-files))
|
$(eval $(call BuildPackage,nanonote-example-files))
|
||||||
|
@ -1 +0,0 @@
|
|||||||
/usr/share/Qt/
|
|
Loading…
Reference in New Issue
Block a user