summaryrefslogtreecommitdiff
path: root/community/htmldoc
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-08 23:09:34 +0000
committerroot <root@rshg047.dnsready.net>2011-07-08 23:09:34 +0000
commitd006db78a1ce530e9df8a65f87bf39e8d6cc88e5 (patch)
tree082c5c2c39abee82c3957872552fa15c8325744d /community/htmldoc
parentff64a82ccedcb1690d2f0140d63432aa49676591 (diff)
Fri Jul 8 23:09:34 UTC 2011
Diffstat (limited to 'community/htmldoc')
-rw-r--r--community/htmldoc/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/htmldoc/PKGBUILD b/community/htmldoc/PKGBUILD
index 47f82367b..92622ac08 100644
--- a/community/htmldoc/PKGBUILD
+++ b/community/htmldoc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 15782 2010-04-15 20:40:51Z spupykin $
+# $Id: PKGBUILD 51081 2011-07-05 07:09:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: tobias <tobias@archlinux.org>
# Contributor: Simon Rutishauser <simon.rutishauser@gmx.ch>
pkgname=htmldoc
pkgver=1.8.27
-pkgrel=5
+pkgrel=6
pkgdesc="Produce PDF or Postscript from HTML documents including TOCs and Indices"
arch=(i686 x86_64)
url="http://www.htmldoc.org"
@@ -18,7 +18,11 @@ build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr --mandir=${pkgdir}/usr/share/man
sed -i 's|^bindir.*$|bindir = ${prefix}/bin|' Makedefs
- make || return 1
+ make
+}
+
+package() {
+ cd ${startdir}/src/${pkgname}-${pkgver}
make prefix=${startdir}/pkg/usr install
# fix freedesktop stuff
install -Dm 644 desktop/htmldoc-128.png \