summaryrefslogtreecommitdiffstats
path: root/gnome-doc-utils/Pkgfile
blob: 9c182ed2f1a2aac6c639bfb8f8cff2f27cf6e148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.6
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
}