2006-11-20 07:26:53 +10:00
|
|
|
# Description: Converts HTML into Adobe PDF
|
|
|
|
# URL: http://www.htmldoc.org/
|
2008-03-12 22:55:05 +01:00
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
2007-01-20 12:21:06 +10:00
|
|
|
# Packager: James Mills,, prologic at shortcircuit dot net dot au
|
2006-11-14 09:01:22 +10:00
|
|
|
# Depends on:
|
|
|
|
|
|
|
|
name=htmldoc
|
|
|
|
version=1.8.27
|
|
|
|
release=2
|
|
|
|
source=(http://ftp.easysw.com/pub/$name/$version/$name-$version-source.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
2006-11-20 07:26:53 +10:00
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make prefix=$PKG/usr bindir=$PKG/usr/bin install
|
|
|
|
rm -rf $PKG/usr/share/doc
|
2006-11-14 09:01:22 +10:00
|
|
|
}
|