24 lines
723 B
Text
24 lines
723 B
Text
# Template file for 'yelp-xsl'
|
|
pkgname=yelp-xsl
|
|
version=3.0.2
|
|
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=508d8a59d62bd2ec0c939f7e939d538b80e95f4cd74dff067b84fd0cd6a9e1f1
|
|
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
|
|
Add_dependency build libxslt-devel
|
|
|
|
post_install()
|
|
{
|
|
install -d ${DESTDIR}/usr/lib
|
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
|
}
|