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

@@ -12,6 +12,7 @@ UNPACK_CMD=unzip $(DL_DIR)/$(PKG_SOURCE) -d $(1)/../
include $(INCLUDE_DIR)/package.mk
define Package/offrss
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
SECTION:=network
CATEGORY:=Network
TITLE:=Offrss
@@ -40,4 +41,4 @@ define Package/offrss/install
$(CP) ./files/feedurls.txt $(1)/usr/share/offrss/
endef
$(eval $(call BuildPackage,offrss))
$(eval $(call BuildPackage,offrss))