contrib/htmldoc/Pkgfile

26 lines
652 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
2017-05-08 00:48:31 +02:00
version=1.8.30
2014-10-24 12:29:16 +02:00
release=1
2017-05-08 00:48:31 +02:00
source=(https://github.com/michaelrsweet/htmldoc/releases/download/v1.8.30/${name}-${version}-source.tar.gz
2014-10-24 12:29:16 +02:00
fix_random.diff)
2006-11-14 00:01:22 +01:00
build() {
2014-10-24 12:29:16 +02:00
patch -i $SRC/fix_random.diff -p1
./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
2006-11-14 00:01:22 +01:00
}