summaryrefslogtreecommitdiffstats
path: root/xfce/gnome-doc-utils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/gnome-doc-utils/Pkgfile')
-rw-r--r--xfce/gnome-doc-utils/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/xfce/gnome-doc-utils/Pkgfile b/xfce/gnome-doc-utils/Pkgfile
deleted file mode 100644
index 4adc73711..000000000
--- a/xfce/gnome-doc-utils/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Utilitaires pour la documentation de gnome
-# URL: http://www.gnome.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: intltool, libxslt, p5-xml-parser, rarian
-# Run on: intltool,libxslt,p5-xml-parser,rarian
-
-name=gnome-doc-utils
-version=0.20.4
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --disable-scrollkeeper
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/gnome-doc-utils
-}