wok diff gegl/receipt @ rev 9271
Fixed sudoku to use TARBALL instead of downloading in compile_rules to source repos.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 15 18:06:40 2011 +0000 (2011-03-15) |
parents | 3495f64239ec |
children | 5f408eae7042 |
line diff
1.1 --- a/gegl/receipt Sun Feb 20 08:18:54 2011 +0000 1.2 +++ b/gegl/receipt Tue Mar 15 18:06:40 2011 +0000 1.3 @@ -8,7 +8,6 @@ 1.4 DEPENDS="babl expat gtk+ jpeg xorg-libX11 xorg-libXau xorg-libXcomposite \ 1.5 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 1.6 xorg-libXrandr xorg-libXrender xorg-libXdamage bzlib zlib" 1.7 -BUILD_DEPENDS="babl-dev jpeg-dev expat-dev xorg-dev zlib-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://gegl.org/" 1.10 WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" 1.11 @@ -19,16 +18,14 @@ 1.12 cd $src 1.13 # Keep gegl light so we can make smaller gimp LiveCD flavors 1.14 ./configure \ 1.15 - --prefix=/usr \ 1.16 --disable-docs \ 1.17 --without-sdl \ 1.18 --without-librsvg \ 1.19 --without-graphviz \ 1.20 --without-lua \ 1.21 --without-libavformat \ 1.22 - --without-libv4l \ 1.23 - $CONFIGURE_ARGS && 1.24 - make && make DESTDIR=$PWD/_pkg install 1.25 + --without-libv4l && 1.26 + make && make install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.