void-packages/srcpkgs/yelp-xsl/template

24 lines
688 B
Text
Raw Normal View History

# Template file for 'yelp-xsl'
pkgname=yelp-xsl
2011-04-27 12:36:04 +00:00
version=3.0.1
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>"
2011-04-27 12:36:04 +00:00
checksum=1c3ce3639b5a62b50d4c2580e84b35d62bdc215cbab2ac464d386d20328f42f0
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
}