summaryrefslogtreecommitdiffstats
path: root/abs/extra/gnome-doc-utils
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 01:57:08 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 01:57:08 (GMT)
commit7b29169fff9e7c624890c5edffe85def8a293136 (patch)
tree47753889faa3a2063b66d1c7e7681e703eb1b39a /abs/extra/gnome-doc-utils
parentc491dea779dac29afff3578bf8245943817c2339 (diff)
downloadlinhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.zip
linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.gz
linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.bz2
LinHES 6.01.00
Diffstat (limited to 'abs/extra/gnome-doc-utils')
-rw-r--r--abs/extra/gnome-doc-utils/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/extra/gnome-doc-utils/PKGBUILD b/abs/extra/gnome-doc-utils/PKGBUILD
new file mode 100644
index 0000000..b450165
--- /dev/null
+++ b/abs/extra/gnome-doc-utils/PKGBUILD
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 24717 2009-01-20 09:52:00Z douglas $
+# Maintainer: Jan de Groot <jgc@archlinux.org>
+
+pkgname=gnome-doc-utils
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="Documentation utilities for Gnome"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('libxslt>=1.1.24' 'python>=2.6' 'docbook-xml' 'rarian>=0.8.1')
+makedependd7a7d8646f34571704e4be62e5c7107fs=('pkgconfig' 'perlxml')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d7a7d8646f34571704e4be62e5c7107f')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
+ --localstatedir=/var --disable-scrollkeeper || return 1
+ make || return 1
+ make DESTDIR="${pkgdir}" install || return 1
+}