# HG changeset patch # User Christopher Rogers # Date 1306245143 0 # Node ID e1f5c569d201f175d6389df80274b6d2c89d7dc2 # Parent 0e59484220c7a71c131c900a00a5aeed2478bcfc pkg-config: moved depeneds. NOTE: pkg-config is part of slitaz toolchain extras so depends and build depends matter for cookorder to be right. diff -r 0e59484220c7 -r e1f5c569d201 pkg-config/receipt --- a/pkg-config/receipt Tue May 24 13:48:58 2011 +0000 +++ b/pkg-config/receipt Tue May 24 13:52:23 2011 +0000 @@ -5,12 +5,13 @@ CATEGORY="development" SHORT_DESC="Free desktop packages manager." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" -BUILD_DEPENDS="gcc" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pkgconfig.freedesktop.org/wiki/" WGET_URL="http://pkgconfig.freedesktop.org/releases/$TARBALL" +DEPENDS="glibc-base" +BUILD_DEPENDS="gcc" + # Rules to configure and make the package. compile_rules() {