]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
iana-etc: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:31:16 +0000 (01:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:31:16 +0000 (01:31 +0200)
pkgs/core/iana-etc/iana-etc.nm

index 77eea99fcc4fc480c9557138a03bb57dbd904e40..05604c817359e2f7761a5d62770bb7714c32446a 100644 (file)
@@ -34,6 +34,9 @@ PKG_URL        = http://www.iana.org/
 PKG_LICENSE    =
 PKG_SUMMARY    = The Internet Assigned Numbers Authority.
 
+PKG_BUILD_DEPS = # EMPTY
+PKG_DEPS       =
+
 define PKG_DESCRIPTION
        The Internet Assigned Numbers Authority (IANA) is responsible for the \
        global coordination of the DNS Root, IP addressing, and other Internet \
@@ -42,10 +45,6 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.bz2
 
-###############################################################################
-# Installation Details
-###############################################################################
-
 define STAGE_BUILD
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
 endef