32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
# Template file for 'gnome-doc-utils'
|
|
pkgname=gnome-doc-utils
|
|
version=0.20.4
|
|
distfiles="${GNOME_SITE}/$pkgname/0.20/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--disable-scrollkeeper --localstatedir=/var"
|
|
short_desc="Documentation utilities for GNOME"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=97c6465ffb15969a9fe1761f16f30c1028977fb24ecda89a0b479170f6412e4d
|
|
long_desc="
|
|
$pkgname is a collection of documentation utilities for the Gnome
|
|
project. Notably, it contains utilities for building documentation and
|
|
all auxiliary files in your source tree, and it contains the DocBook
|
|
XSLT stylesheets that were once distributed with Yelp."
|
|
|
|
noarch=yes
|
|
Add_dependency run libxslt
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build gettext
|
|
Add_dependency build libxslt-devel
|
|
Add_dependency full docbook-xml
|
|
Add_dependency full docbook-xsl
|
|
Add_dependency full rarian
|
|
Add_dependency full python
|
|
Add_dependency full libxml2-python
|
|
|
|
post_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
|
}
|