contrib/gtk-doc/Pkgfile

18 lines
462 B
Plaintext
Raw Normal View History

2012-06-14 17:29:54 +02:00
# 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
}