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
|
||||
|
||||
define Package/nanonote-example-files
|
||||
define Package/nanonote-example-files/Default
|
||||
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
||||
TITLE:=nanonote-example-files
|
||||
TITLE:=NanoNote Files
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
endef
|
||||
|
||||
define Package/nanonote-example-files/description
|
||||
Example Music files, etc.
|
||||
define Package/nanonote-example-files
|
||||
$(call Package/nanonote-files/Default)
|
||||
TITLE+=(Example Files)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/nanonote-example-files/install
|
||||
$(INSTALL_DIR) $(1)/root/
|
||||
$(CP) ./files/* $(1)/root/
|
||||
$(CP) ./example-files/* $(1)/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,nanonote-example-files))
|
||||
|
@ -1 +0,0 @@
|
||||
/usr/share/Qt/
|
Loading…
Reference in New Issue
Block a user