contrib/htmldoc/Pkgfile
2018-09-08 23:24:36 +02:00

23 lines
593 B
Plaintext

# 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:
name=htmldoc
version=1.9.4
release=1
source=(https://github.com/michaelrsweet/htmldoc/releases/download/v${version}/${name}-${version}-source.tar.gz)
build() {
./configure --prefix=/usr --disable-gnutls
make
make prefix=$PKG/usr \
datadir=$PKG/usr/share \
bindir=$PKG/usr/bin \
mandir=$PKG/usr/man install
rm -rf $PKG/usr/share/doc
}