diff options
Diffstat (limited to 'community/htmldoc/PKGBUILD')
-rw-r--r-- | community/htmldoc/PKGBUILD | 10 |
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 \ |