From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:50 +0000 (+0200) Subject: iputils: 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=6343726cbfed94d019332b8f69b41d340a4e16dd;p=ipfire-3.x.git iputils: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/iputils/iputils.nm b/pkgs/core/iputils/iputils.nm index a65e78acc..d9cfc9c9a 100644 --- a/pkgs/core/iputils/iputils.nm +++ b/pkgs/core/iputils/iputils.nm @@ -34,8 +34,7 @@ PKG_URL = http://www.skbuff.net/iputils PKG_LICENSE = BSD PKG_SUMMARY = Network monitoring tools including ping. -PKG_BUILD_DEPS+= libcap -PKG_DEPS += libidn +PKG_BUILD_DEPS+= libcap-devel libidn-devel define PKG_DESCRIPTION The iputils package contains basic utilities for monitoring a network, \ @@ -59,10 +58,6 @@ PKG_PATCHES += $(THISAPP)-traffic_class.patch PKG_PATCHES += $(THISAPP)-warnings.patch PKG_PATCHES += $(THISAPP)-output.patch -############################################################################### -# Installation Details -############################################################################### - define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef