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