]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
iputils: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:50 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:50 +0000 (13:08 +0200)
pkgs/core/iputils/iputils.nm

index a65e78accb1951376b5918f269952f9ccb98464e..d9cfc9c9a72722737b2cd958ed979c998d89f155 100644 (file)
@@ -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