diff options
Diffstat (limited to 'glib/Pkgfile')
-rwxr-xr-x | glib/Pkgfile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/glib/Pkgfile b/glib/Pkgfile index 7f0ccd6..9ba5acd 100755 --- a/glib/Pkgfile +++ b/glib/Pkgfile @@ -1,4 +1,4 @@ -# Description: Librairie de bas niveau utilisée par de nombreux paquets gtk et autres +# Description: Bibliothèque bas niveau utilisée par de nombreux paquets gtk et autres # URL: http://www.gtk.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch @@ -6,16 +6,13 @@ # Run on: python2 name=glib -#version=2.29.14 +version=2.29.16 release=1 -#source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) -version=428f49b9 -source=(http://git.gnome.org/browse/$name/snapshot/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) build () { cd $name-$version export PYTHON=python2 - ./autogen.sh ./configure --prefix=/usr \ --with-pcre=system \ --mandir=/usr/share/man \ |