From: Michael Tremer Date: Thu, 2 Sep 2010 23:31:16 +0000 (+0200) Subject: iana-etc: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f644ed4b0e8d7044f655fe2002d0e6cdeadead2d;p=ipfire-3.x.git iana-etc: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/iana-etc/iana-etc.nm b/pkgs/core/iana-etc/iana-etc.nm index 77eea99fc..05604c817 100644 --- a/pkgs/core/iana-etc/iana-etc.nm +++ b/pkgs/core/iana-etc/iana-etc.nm @@ -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