add maintainer to package metadata

SVN-Revision: 6089
This commit is contained in:
Felix Fietkau 2007-01-13 14:09:48 +00:00
parent 06e88a80c7
commit 56cb557d10
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ define BuildPackage
echo "Build-Depends: $(PKG_BUILDDEP)"; \
echo "Category: $(CATEGORY)"; \
echo "Title: $(TITLE)"; \
echo "Maintainer: $(MAINTAINER)"; \
if isset $(call shvar,Package/$(1)/description); then \
echo -n "Description: "; \
getvar $(call shvar,Package/$(1)/description); \