23 lines
727 B
Text
23 lines
727 B
Text
# Template file for 'gtk-doc'
|
|
pkgname=gtk-doc
|
|
version=1.19
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="which pkg-config itstool openjade python docbook-xsl gnome-doc-utils perl>=0"
|
|
short_desc="Documentation tool for public library API"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2, FDL-"
|
|
homepage="http://www.gtk.org/gtk-doc/"
|
|
distfiles="${GNOME_SITE}/$pkgname/1.19/$pkgname-$version.tar.xz"
|
|
checksum=27df247fa828433a9390368e2088cc22f954f2ce1f255ddbd12ab6e027b12e68
|
|
long_desc="
|
|
These tools extract documentation embedded in GNOME source code, and produce
|
|
pretty output via DocBook SGML."
|
|
|
|
gtk-doc_package() {
|
|
depends="docbook-xsl gnome-doc-utils perl>=0"
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|