Added yelp-xsl-2.91.90 build template.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-03-01 15:56:10 +01:00
parent 2b6dc31ae1
commit 4550597b36

23
srcpkgs/yelp-xsl/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'yelp-xsl'
pkgname=yelp-xsl
version=2.91.90
distfiles="${GNOME_SITE}/$pkgname/2.91/$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=9a0447d7fb74232f9aba4a8ae09f2fac723024cb7a1f4c811cfac0ee452ece15
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
}