From: Michael Tremer Date: Thu, 2 Sep 2010 23:33:13 +0000 (+0200) Subject: mpc: 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=c2c8f52f96ba09d490464059533a67a49a19b993;p=ipfire-3.x.git mpc: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/mpc/mpc.nm b/pkgs/core/mpc/mpc.nm index e8f6789e9..14cf1fc02 100644 --- a/pkgs/core/mpc/mpc.nm +++ b/pkgs/core/mpc/mpc.nm @@ -34,7 +34,7 @@ PKG_URL = http://www.multiprecision.org/ PKG_LICENSE = LGPLv2.1+ PKG_SUMMARY = Mpc is a C library for the arithmetic of complex numbers. -PKG_DEPS += gmp mpfr +PKG_BUILD_DEPS+= gmp-devel mpfr-devel define PKG_DESCRIPTION Mpc is a C library for the arithmetic of complex numbers with \ @@ -44,6 +44,8 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES += $(PKG_NAME_REAL)-devel + define STAGE_TEST cd $(DIR_APP) && make check endef