wok-6.x diff glib/receipt @ rev 9507

Fix libwnck.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 06 07:35:59 2011 +0000 (2011-04-06)
parents 3fcb952cb9e6
children 55f61f660e08
line diff
     1.1 --- a/glib/receipt	Sun Nov 14 16:51:32 2010 +0000
     1.2 +++ b/glib/receipt	Wed Apr 06 07:35:59 2011 +0000
     1.3 @@ -1,27 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="glib"
     1.7 -VERSION="2.26.1"
     1.8 +VERSION="2.28.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="C routines."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  BUILD_DEPENDS="gettext zlib-dev pkg-config perl python python-dev"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.gtk.org/"
    1.15 -WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/glib/${VERSION%.*}/$TARBALL"
    1.16 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 -	./configure \
    1.23 -		--prefix=/usr \
    1.24 -		--sysconfdir=/etc \
    1.25 -		--mandir=/usr/share/man \
    1.26 -		--with-html-dir=/usr/share/doc \
    1.27 -		$CONFIGURE_ARGS &&
    1.28 -	make -j4 &&
    1.29 -	make DESTDIR=$PWD/_pkg install
    1.30 +	./configure && make && make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.