fix pcmcia-cs install (remove previous PKG_INSTALL_DIR)
[openwrt.git] / include / package.mk
index ffab228..616cc97 100644 (file)
@@ -178,8 +178,10 @@ define BuildPackage
        echo "Depends: $$(IDEPEND_$(1))"; \
        echo "Provides: $(PROVIDES)"; \
        echo "Build-Depends: $(PKG_BUILDDEP)"; \
+       echo "Section: $(SECTION)"; \
        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); \
This page took 0.023365 seconds and 4 git commands to generate.