summaryrefslogtreecommitdiffstats
path: root/glib/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-24 17:01:50 +0200
committerpiernov <piernov@piernov.org>2011-09-24 17:01:50 +0200
commit157dbcc7a50db295fd41d8c0260e1378ae29330a (patch)
tree536a06cf12c179722acd3ea4172668f2c1d7344c /glib/Pkgfile
parent67e125da1b2a833927d43a760c2eef4ff957809f (diff)
downloadgnome3-157dbcc7a50db295fd41d8c0260e1378ae29330a.tar.gz
gnome3-157dbcc7a50db295fd41d8c0260e1378ae29330a.tar.bz2
gnome3-157dbcc7a50db295fd41d8c0260e1378ae29330a.tar.xz
gnome3-157dbcc7a50db295fd41d8c0260e1378ae29330a.zip
glib dans extra
Diffstat (limited to 'glib/Pkgfile')
-rwxr-xr-xglib/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/glib/Pkgfile b/glib/Pkgfile
deleted file mode 100755
index c03789b..0000000
--- a/glib/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-# Depends on: python2
-# Run on: python2
-
-name=glib
-version=2.29.90
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
-
-build () {
- cd $name-$version
- export PYTHON=python2
- ./configure --prefix=/usr \
- --with-pcre=system \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --with-pcre=system \
- --disable-fam
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/gtk-doc
- sed -i -e "s|#!/usr/bin/env python|#!/usr/bin/env python2|" $PKG/usr/bin/gdbus-codegen
-}