blob: 7ed2a6bd2c136dc98a176b63fad82eafc8c7970b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Description: Utilitaires pour la documentation de gnome
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libxslt, p5-xml-parser, rarian
name=gnome-doc-utils
version=0.16.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/0.16/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=$GNOME_PREFIX \
--mandir=$GNOME_PREFIX/share/man
make
make DESTDIR=$PKG install
}
|