contrib/dillo/Pkgfile

21 lines
513 B
Plaintext
Raw Normal View History

2011-09-11 10:58:04 +02:00
# Description: A graphical web browser known for its speed and small footprint
# URL: http://www.dillo.org
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: fltk
name=dillo
2011-12-08 16:07:02 +01:00
version=3.0.2
2011-09-11 10:58:04 +02:00
release=1
source=(http://www.dillo.org/download/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
2011-12-08 16:07:02 +01:00
--enable-ipv6 \
--enable-ssl
2011-09-11 10:58:04 +02:00
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}