From 4550597b368d797c5ecc9735816a51a677f34371 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 1 Mar 2011 15:56:10 +0100 Subject: [PATCH] Added yelp-xsl-2.91.90 build template. --HG-- branch : gnome3 --- srcpkgs/yelp-xsl/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/yelp-xsl/template diff --git a/srcpkgs/yelp-xsl/template b/srcpkgs/yelp-xsl/template new file mode 100644 index 00000000000..6a73dd1342d --- /dev/null +++ b/srcpkgs/yelp-xsl/template @@ -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 " +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 +}