From ce18285c29605b00d4036d61a3ee1752a78ec8c7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 11 Apr 2010 17:05:44 +0200 Subject: [PATCH] Added gnome-doc-utils-0.20.0 build template. --HG-- extra : convert_revision : d7467fee2d72f0fab74ded767d42ebf2104dd976 --- srcpkgs/gnome-doc-utils/template | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 srcpkgs/gnome-doc-utils/template diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template new file mode 100644 index 00000000000..b01a3f6a47d --- /dev/null +++ b/srcpkgs/gnome-doc-utils/template @@ -0,0 +1,29 @@ +# Template file for 'gnome-doc-utils' +pkgname=gnome-doc-utils +version=0.20.0 +distfiles="${GNOME_SITE}/$pkgname/0.20/$pkgname-$version.tar.bz2" +build_style=gnu_configure +configure_args="--disable-scrollkeeper --localstatedir=/var" +short_desc="Documentation utilities for GNOME" +maintainer="Juan RP " +checksum=627bca223df8e128e7e5e6c745932b678156f9a92652b8f91f4cbf01b56b872d +long_desc=" + $pkgname is a collection of documentation utilities for the Gnome + project. Notably, it contains utilities for building documentation and + all auxiliary files in your source tree, and it contains the DocBook + XSLT stylesheets that were once distributed with Yelp." + +noarch=yes +Add_dependency build pkg-config +Add_dependency build intltool +Add_dependency build gettext +Add_dependency full docbook-xml +Add_dependency full rarian +Add_dependency full python +Add_dependency full libxslt + +post_install() +{ + mkdir -p ${DESTDIR}/usr/lib + mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib +}