htmldoc: 1.9.4 -> 1.9.7

This commit is contained in:
Danny Rawlins 2020-02-09 15:14:03 +11:00
parent 6cc681a3d9
commit 6055083ac7
2 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39xmIVyvIbHa31TNoTE8jOZ+juHydEPbeZGBZ1STbNR42ZdGKJFxT4N6AzaU8cuXjnOP8UCb2SOolsr7EWssdAE=
SHA256 (Pkgfile) = 935249b9c1dbb7be0c6394bf4e401813a90089890280a13578348ac51fd722b5
RWSagIOpLGJF30sIvw0GnKG047lj2/o4Yn7nphsUgT+nsS6KuwygkMHj0J4LQDESEmQhfuDtV7Xt9gg/bGbfrpeGy5ljY/XqXgw=
SHA256 (Pkgfile) = 47076080bd4a235f6ef89a7377c4d4b5f411a4215b3941f3c8e5ea3d47f8b00a
SHA256 (.footprint) = dd4695312e9fc924e8a0de572fffc4daaf9248ff6c9e88810843cbcf2eb55781
SHA256 (htmldoc-v1.9.4-source.tar.gz) = 663598a33f21b4d180f4ffd7219c68f7c84fedb7f1a253a804830a40befb113c
SHA256 (htmldoc-v1.9.7-source.tar.gz) = bbd7befc5aaf7f999b96010e887679e4107413df7803b3d50a6240e0d9abf402

View File

@ -1,24 +1,23 @@
# Description: Converts HTML into Adobe PDF
# URL: http://michaelrsweet.github.io/htmldoc
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on:
# Depends on: zlib
name=htmldoc
version=1.9.4
version=1.9.7
release=1
source=(https://github.com/michaelrsweet/htmldoc/archive/v${version}/${name}-v${version}-source.tar.gz)
build() {
cd $name-$version
[ ! -e '/usr/bin/clang' ] && export CC='gcc'
[ ! -e '/usr/bin/clang++' ] && export CXX='g++'
./configure --prefix=/usr --disable-gnutls
make
make prefix=$PKG/usr \
datadir=$PKG/usr/share \
bindir=$PKG/usr/bin \
mandir=$PKG/usr/share/man install
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}