summaryrefslogtreecommitdiffstats
path: root/gnome-doc-utils/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:56:23 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:56:23 +0200
commita88dd885be3294b80083ba9148d6d9d4b8f760e6 (patch)
treeaf995b47193f25ce78e81c69cc4e3a3402c6174d /gnome-doc-utils/Pkgfile
parent7fb56f28a41839135cfafa242bdd7bf466d0390f (diff)
downloadnutyx-pakxe-a88dd885be3294b80083ba9148d6d9d4b8f760e6.tar.gz
nutyx-pakxe-a88dd885be3294b80083ba9148d6d9d4b8f760e6.tar.bz2
nutyx-pakxe-a88dd885be3294b80083ba9148d6d9d4b8f760e6.tar.xz
nutyx-pakxe-a88dd885be3294b80083ba9148d6d9d4b8f760e6.zip
gnome-doc-utils, ajout
Diffstat (limited to 'gnome-doc-utils/Pkgfile')
-rw-r--r--gnome-doc-utils/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnome-doc-utils/Pkgfile b/gnome-doc-utils/Pkgfile
new file mode 100644
index 000000000..4adc73711
--- /dev/null
+++ b/gnome-doc-utils/Pkgfile
@@ -0,0 +1,21 @@
+# 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
+}