diff options
Diffstat (limited to 'extra/libgsf/Pkgfile')
-rwxr-xr-x | extra/libgsf/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/libgsf/Pkgfile b/extra/libgsf/Pkgfile new file mode 100755 index 000000000..455514e0c --- /dev/null +++ b/extra/libgsf/Pkgfile @@ -0,0 +1,23 @@ +# Description: Librairie pour la lecture et l'écriture de fichiers au format structuré +# URL: http://www.gnome.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: p5-xml-parser, gconf + +name=libgsf +version=1.14.8 +release=2 +source=( http://ftp.gnome.org/pub/gnome/sources/libgsf/1.14/$name-$version.tar.gz) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-gtk-doc \ + --without-gnome \ + --with-bz2 + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/gtk-doc +} |