wok rev 9493

Up: glib to 2.28.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 05 20:07:47 2011 +0000 (2011-04-05)
parents a35a31fcf534
children a310c324c0bf
files glib-dev/receipt glib/receipt
line diff
     1.1 --- a/glib-dev/receipt	Wed Apr 06 01:56:27 2011 +0200
     1.2 +++ b/glib-dev/receipt	Tue Apr 05 20:07:47 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="glib-dev"
     1.7 -VERSION="2.26.1"
     1.8 +VERSION="2.28.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="C routines devel files and utilities."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/glib/receipt	Wed Apr 06 01:56:27 2011 +0200
     2.2 +++ b/glib/receipt	Tue Apr 05 20:07:47 2011 +0000
     2.3 @@ -1,27 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="glib"
     2.7 -VERSION="2.26.1"
     2.8 +VERSION="2.28.5"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="C routines."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  BUILD_DEPENDS="gettext zlib-dev pkg-config perl python python-dev"
    2.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14  WEB_SITE="http://www.gtk.org/"
    2.15 -WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/glib/${VERSION%.*}/$TARBALL"
    2.16 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.17  
    2.18  # Rules to configure and make the package.
    2.19  compile_rules()
    2.20  {
    2.21  	cd $src
    2.22 -	./configure \
    2.23 -		--prefix=/usr \
    2.24 -		--sysconfdir=/etc \
    2.25 -		--mandir=/usr/share/man \
    2.26 -		--with-html-dir=/usr/share/doc \
    2.27 -		$CONFIGURE_ARGS &&
    2.28 -	make -j4 &&
    2.29 -	make DESTDIR=$PWD/_pkg install
    2.30 +	./configure && make && make install
    2.31  }
    2.32  
    2.33  # Rules to gen a SliTaz package suitable for Tazpkg.