wok diff tazchroot/receipt @ rev 10425

pkg-config: moved depeneds. NOTE: pkg-config is part of slitaz toolchain extras so depends and build depends matter for cookorder to be right.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 13:52:23 2011 +0000 (2011-05-24)
parents b645185e072e
children 60e5b78b4e58
line diff
     1.1 --- a/tazchroot/receipt	Tue Mar 15 05:52:37 2011 +0100
     1.2 +++ b/tazchroot/receipt	Tue May 24 13:52:23 2011 +0000
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Slitaz tool to manage chroot"
     1.6  MAINTAINER="gokhlayeh@slitaz.org"
     1.7 -DEPENDS="libtaz"
     1.8 -BUILD_DEPENDS="mercurial"
     1.9  WEB_SITE="http://www.slitaz.org/"
    1.10  SOURCE="slitaz-dev-tools"
    1.11 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12  WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools"
    1.13  BRANCH="$VERSION"
    1.14  TAGS="slitaz"
    1.15  
    1.16 +DEPENDS="libtaz"
    1.17 +BUILD_DEPENDS="mercurial"
    1.18 +
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {