wok-6.x diff tazdev/receipt @ rev 9769
libgnomecanvas: Fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 20:26:52 2011 +0200 (2011-05-11) |
parents | 22939da9bd99 |
children | 60e5b78b4e58 |
line diff
1.1 --- a/tazdev/receipt Wed May 04 16:22:49 2011 +0000 1.2 +++ b/tazdev/receipt Wed May 11 20:26:52 2011 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="SliTaz developers tools." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="rsync" 1.8 -BUILD_DEPENDS="mercurial" 1.9 SOURCE="slitaz-dev-tools" 1.10 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 1.12 BRANCH="$VERSION" 1.13 WEB_SITE="http://www.slitaz.org/" 1.14 1.15 +DEPENDS="rsync" 1.16 +BUILD_DEPENDS="mercurial" 1.17 + 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 {