wok rev 9782

gegl: Fix BUILD_DEPENDS
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 23:22:19 2011 +0200 (2011-05-11)
parents dbc94a9c5716
children dad9a35bd4f6
files gegl/receipt
line diff
     1.1 --- a/gegl/receipt	Wed May 11 17:07:34 2011 +0000
     1.2 +++ b/gegl/receipt	Wed May 11 23:22:19 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()