# HG changeset patch # User Christophe Lincoln # Date 1262179291 -3600 # Node ID fc5b4fce2dc0da4966d25b664e3b9931a486baa3 # Parent a28e4dde2eb14f7ef940946167f5e2ca5531d1ba Up: gegl (0.1.0) diff -r a28e4dde2eb1 -r fc5b4fce2dc0 gegl-dev/receipt --- a/gegl-dev/receipt Wed Dec 30 14:21:06 2009 +0100 +++ b/gegl-dev/receipt Wed Dec 30 14:21:31 2009 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gegl-dev" -VERSION="0.0.22" +VERSION="0.1.0" CATEGORY="development" SHORT_DESC="Generic Graphics Library dev files" MAINTAINER="erjo@slitaz.org" @@ -13,7 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib/gegl-0.0 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib cp -a $_pkg/usr/lib/gegl-0.0/*.*a $fs/usr/lib/gegl-0.0 diff -r a28e4dde2eb1 -r fc5b4fce2dc0 gegl/receipt --- a/gegl/receipt Wed Dec 30 14:21:06 2009 +0100 +++ b/gegl/receipt Wed Dec 30 14:21:31 2009 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gegl" -VERSION="0.0.22" +VERSION="0.1.0" CATEGORY="system-tools" SHORT_DESC="Generic Graphics Library" MAINTAINER="erjo@slitaz.org" @@ -11,7 +11,7 @@ BUILD_DEPENDS="babl-dev jpeg-dev expat-dev xorg-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gegl.org/" -WGET_URL="ftp://ftp.gimp.org/pub/gegl/0.0/$TARBALL" +WGET_URL="ftp://ftp.gimp.org/pub/gegl/0.1/$TARBALL" # Rules to configure and make the package. compile_rules()