wok diff glib/receipt @ rev 5995

jpeg: Upgrade to 8b
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 14:18:40 2010 +0000 (2010-08-14)
parents e676d0c52d4b
children 8b121f5c3bfe
line diff
     1.1 --- a/glib/receipt	Sat Sep 19 22:43:55 2009 +0200
     1.2 +++ b/glib/receipt	Sat Aug 14 14:18:40 2010 +0000
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="glib"
     1.7 -VERSION="2.21.6"
     1.8 +VERSION="2.25.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="C routines."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  BUILD_DEPENDS="gettext cairo-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/2.21/$TARBALL"
    1.16 +WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.25/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20 @@ -20,7 +20,7 @@
    1.21  		--mandir=/usr/share/man \
    1.22  		--with-html-dir=/usr/share/doc \
    1.23  		$CONFIGURE_ARGS &&
    1.24 -	make &&
    1.25 +	make -j4 &&
    1.26  	make DESTDIR=$PWD/_pkg install
    1.27  }
    1.28