contrib/htmldoc/Pkgfile

23 lines
593 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Converts HTML into Adobe PDF
2017-05-08 00:48:31 +02:00
# URL: http://michaelrsweet.github.io/htmldoc
# Maintainer: Thomas Penteker, tek at serverop dot de
2017-05-08 00:48:31 +02:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-14 00:01:22 +01:00
# Depends on:
name=htmldoc
2018-09-08 23:24:36 +02:00
version=1.9.4
2014-10-24 12:29:16 +02:00
release=1
2018-09-08 23:24:36 +02:00
source=(https://github.com/michaelrsweet/htmldoc/releases/download/v${version}/${name}-${version}-source.tar.gz)
2006-11-14 00:01:22 +01:00
build() {
2014-10-24 12:29:16 +02:00
./configure --prefix=/usr --disable-gnutls
make
2018-09-08 23:24:36 +02:00
make prefix=$PKG/usr \
2014-10-24 12:29:16 +02:00
datadir=$PKG/usr/share \
bindir=$PKG/usr/bin \
mandir=$PKG/usr/man install
rm -rf $PKG/usr/share/doc
2006-11-14 00:01:22 +01:00
}