Root/nanonote-example-files/Makefile

1include $(TOPDIR)/rules.mk
2
3PKG_NAME:=nanonote-example-files
4PKG_VERSION:=1.0
5
6include $(INCLUDE_DIR)/package.mk
7
8define Package/nanonote-example-files
9    TITLE:=nanonote-example-files
10    SECTION:=utils
11    CATEGORY:=Utilities
12endef
13
14define Package/nanonote-example-files/description
15    Example Music files, etc.
16endef
17
18define Build/Compile
19endef
20
21define Package/nanonote-example-files/install
22    $(INSTALL_DIR) $(1)/root/
23    $(CP) ./files/* $(1)/root/
24endef
25
26$(eval $(call BuildPackage,nanonote-example-files))

Archive Download this file



interactive