milis/talimatname/genel/gnome-doc-utils/talimat

21 lines
528 B
Plaintext
Raw Normal View History

2017-03-24 09:35:55 +01:00
# Description: GNOME belgeleme yardımcı programları.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-01-31 01:37:09 +01:00
# Packager: milisarge
# Depends on: intltool libxslt libxml2 rarian
2016-02-24 01:27:23 +01:00
name=gnome-doc-utils
version=0.20.10
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--mandir=/usr/share/man \
--disable-scrollkeeper
make
make DESTDIR=$PKG install
}