contrib/gtk-doc/Pkgfile
2012-06-15 01:29:54 +10:00

18 lines
462 B
Plaintext

# Description: gtk documentation system.
# URL: http://www.gtk.org/gtk-doc/
# Maintainer Danny Rawlins, monster dot romster at gmail dot com
# Packager: Antonio SJ Musumeci, bile at landofbile dot com
# Depends on: docbook-xml docbook-xsl openjade
name=gtk-doc
version=1.18
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}