summaryrefslogtreecommitdiffstats
path: root/base/glib/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-11-06 10:32:42 +0100
committertnut <tnut at nutyx dot com>2011-11-06 10:32:42 +0100
commit9c3388f23b0be6817aa0946114dacd03d16f96e1 (patch)
treed6ccae138b9f56bc65ac1c88cc6c88122283f60d /base/glib/Pkgfile
parented429e99b85622c805b358c11ffc823d08e492ae (diff)
downloadnutyx-pakxe-9c3388f23b0be6817aa0946114dacd03d16f96e1.tar.gz
nutyx-pakxe-9c3388f23b0be6817aa0946114dacd03d16f96e1.tar.bz2
nutyx-pakxe-9c3388f23b0be6817aa0946114dacd03d16f96e1.tar.xz
nutyx-pakxe-9c3388f23b0be6817aa0946114dacd03d16f96e1.zip
glib dans extra
Diffstat (limited to 'base/glib/Pkgfile')
-rwxr-xr-xbase/glib/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/base/glib/Pkgfile b/base/glib/Pkgfile
deleted file mode 100755
index e24c292d9..000000000
--- a/base/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: expat
-# Run on: expat
-
-name=glib
-version=2.30.1
-release=2
-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
-}