wok-6.x diff gegl/receipt @ rev 9807
blender: fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 14 22:49:17 2011 +0200 (2011-05-14) |
parents | 4a193c62c501 |
children | 26409685bf43 |
line diff
1.1 --- a/gegl/receipt Wed Mar 02 00:01:14 2011 +0000 1.2 +++ b/gegl/receipt Sat May 14 22:49:17 2011 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Generic Graphics Library" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 +WEB_SITE="http://gegl.org/" 1.9 +WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" 1.10 + 1.11 DEPENDS="babl expat gtk+ jpeg xorg-libX11 xorg-libXau xorg-libXcomposite \ 1.12 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 1.13 xorg-libXrandr xorg-libXrender xorg-libXdamage bzlib zlib" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 -WEB_SITE="http://gegl.org/" 1.16 -WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" 1.17 +BUILD_DEPENDS="babl-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()