wok rev 4682

Up: gegl (0.1.0)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 30 14:21:31 2009 +0100 (2009-12-30)
parents a28e4dde2eb1
children e4dd6b9319ea
files gegl-dev/receipt gegl/receipt
line diff
     1.1 --- a/gegl-dev/receipt	Wed Dec 30 14:21:06 2009 +0100
     1.2 +++ b/gegl-dev/receipt	Wed Dec 30 14:21:31 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gegl-dev"
     1.7 -VERSION="0.0.22"
     1.8 +VERSION="0.1.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Generic Graphics Library dev files"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -13,7 +13,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib/gegl-0.0
    1.16 -
    1.17  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.18  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19  	cp -a $_pkg/usr/lib/gegl-0.0/*.*a $fs/usr/lib/gegl-0.0
     2.1 --- a/gegl/receipt	Wed Dec 30 14:21:06 2009 +0100
     2.2 +++ b/gegl/receipt	Wed Dec 30 14:21:31 2009 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gegl"
     2.7 -VERSION="0.0.22"
     2.8 +VERSION="0.1.0"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Generic Graphics Library"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -11,7 +11,7 @@
    2.13  BUILD_DEPENDS="babl-dev jpeg-dev expat-dev xorg-dev"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15  WEB_SITE="http://gegl.org/"
    2.16 -WGET_URL="ftp://ftp.gimp.org/pub/gegl/0.0/$TARBALL"
    2.17 +WGET_URL="ftp://ftp.gimp.org/pub/gegl/0.1/$TARBALL"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()