From: Michael Tremer Date: Sun, 6 Mar 2011 16:45:47 +0000 (+0100) Subject: build-essentials: Remove cpio and add pkgconfig as build dependency. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef52f65972b8f73a078e8a79a6f2aac5cb3989a9;p=ipfire-3.x.git build-essentials: Remove cpio and add pkgconfig as build dependency. --- diff --git a/pkgs/build-essentials/build-essentials.nm b/pkgs/build-essentials/build-essentials.nm index 363477d08..b70c0b49c 100644 --- a/pkgs/build-essentials/build-essentials.nm +++ b/pkgs/build-essentials/build-essentials.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = build-essentials PKG_VER = $(DISTRO_VERSION) -PKG_REL = 3 +PKG_REL = 4 PKG_EPOCH = 1 PKG_ARCH = noarch @@ -37,8 +37,8 @@ PKG_LICENSE = GPL PKG_SUMMARY = Elementary scripts for the build system. PKG_BUILD_DEPS = -PKG_DEPS += bash bzip2 coreutils cpio diffutils file findutils gawk \ - grep gzip make patch sed system-release tar which xz +PKG_DEPS += bash bzip2 coreutils diffutils file findutils gawk \ + grep gzip make patch pkgconfig sed system-release tar which xz define PKG_DESCRIPTION This package contains elementary scripts for the pakfire build system.