void-packages/srcpkgs/yelp-xsl/template
Juan RP a261c84887 yelp-xsl: update to 3.0.0.
--HG--
branch : gnome3
2011-04-05 09:52:19 +02:00

24 lines
688 B
Plaintext

# Template file for 'yelp-xsl'
pkgname=yelp-xsl
version=3.0.0
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Help browser for GNOME desktop - XSL and misc files"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=60d62ad2f747e5f7564be5d4e7d014164b1951dc7aa9f65cd4c2c6150ea5d8e3
long_desc="
Yelp is the help browser for GNOME2. It lets you navigate through all
installed documentation.
This package contains some XSL and misc files required by Yelp."
noarch=yes
Add_dependency build pkg-config
Add_dependency build intltool
post_install()
{
install -d ${DESTDIR}/usr/lib
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
}