summaryrefslogtreecommitdiffstats
path: root/libgsf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgsf/Pkgfile')
-rwxr-xr-xlibgsf/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/libgsf/Pkgfile b/libgsf/Pkgfile
deleted file mode 100755
index d6fd11b..0000000
--- a/libgsf/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Librairie pour la lecture et l'écriture de fichiers au format structuré
-# URL: http://www.gnome.org/
-# Maintainer: NuTyX GNOME team
-# Packager: b at juglas dot name
-# Depends on: p5-xml-parser, gconf, pygtk
-# Run on: p5-xml-parser,gconf,pygtk
-
-name=libgsf
-version=1.14.21
-release=1
-source=( http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
-
-
-build() {
- cd $name-$version
- PYTHON=python2 ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-gtk-doc \
- --without-gnome \
- --with-bz2
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/gtk-doc
-}
-