wok diff glib/receipt @ rev 10999

Up: tree to 1.6.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 02:53:31 2011 +0000 (2011-10-13)
parents e031e3416303
children 434fb8bd5c7d
line diff
     1.1 --- a/glib/receipt	Sat Jun 04 10:16:36 2011 +0000
     1.2 +++ b/glib/receipt	Thu Oct 13 02:53:31 2011 +0000
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="glib"
     1.7 -VERSION="2.28.7"
     1.8 +VERSION="2.30.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="C routines."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.gtk.org/"
    1.14 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
    1.16  
    1.17 -DEPENDS=""
    1.18 -BUILD_DEPENDS="gettext zlib-dev pkg-config perl python python-dev"
    1.19 +DEPENDS="libffi"
    1.20 +BUILD_DEPENDS="libffi-dev gettext zlib-dev perl python python-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -26,7 +26,7 @@
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.29 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.30  	# split libgio
    1.31  	rm $fs/usr/lib/libgio*
    1.32  }