[arch-commits] Commit in htmldoc/repos (community-x86_64 community-x86_64/PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Tue Oct 1 19:09:37 UTC 2019
Date: Tuesday, October 1, 2019 @ 19:09:36
Author: dbermond
Revision: 512382
archrelease: copy trunk to community-x86_64
Added:
htmldoc/repos/community-x86_64/
htmldoc/repos/community-x86_64/PKGBUILD
(from rev 512381, htmldoc/trunk/PKGBUILD)
----------+
PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
Copied: htmldoc/repos/community-x86_64/PKGBUILD (from rev 512381, htmldoc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2019-10-01 19:09:36 UTC (rev 512382)
@@ -0,0 +1,41 @@
+# Maintainer : Daniel Bermond <dbermond at archlinux.org>
+# Contributor: James An <james at jamesan.ca>
+# Contributor: Mariusz Libera <mariusz.libera at gmail.com>
+# Contributor: mortdeus <mortdeus at gocos2d.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Simon Rutishauser <simon.rutishauser at gmx.ch>
+
+pkgname=htmldoc
+pkgver=1.9.5
+pkgrel=1
+pkgdesc='HTML Conversion Software'
+arch=('x86_64')
+url='https://www.msweet.org/htmldoc/index.html'
+license=('GPL2')
+depends=('libxpm' 'gnutls' 'fltk' 'shared-mime-info')
+source=("https://github.com/michaelrsweet/htmldoc/releases/download/v${pkgver}/htmldoc-${pkgver}-source.tar.gz"{,.sig})
+sha256sums=('0be1ae7986e01e94d482b3af7dcee19800117c8a61ef67426c30ae7744a79ea6'
+ 'SKIP')
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # Michael R Sweet
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ ./configure \
+ --prefix='/usr' \
+ --enable-largefile \
+ --enable-ssl \
+ --enable-gnutls \
+ --enable-cdsassl \
+ --enable-localjpeg \
+ --enable-localzlib \
+ --enable-localpng \
+ --with-gui
+
+ make
+}
+
+package() {
+ make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list