1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

add the MAINTAINER to package

This commit is contained in:
Xiangfu Liu
2011-01-17 11:39:00 +08:00
parent e78146dc37
commit 40912c6c07
27 changed files with 33 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ PKG_VERSION:=1.0
include $(INCLUDE_DIR)/package.mk
define Package/nanonote-example-files
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
TITLE:=nanonote-example-files
SECTION:=utils
CATEGORY:=Utilities
@@ -23,4 +24,4 @@ define Package/nanonote-example-files/install
$(CP) ./files/* $(1)/root/
endef
$(eval $(call BuildPackage,nanonote-example-files))
$(eval $(call BuildPackage,nanonote-example-files))