1 # Contributor: joyfulgirl@archlinux.us
5 pkgdesc="A small, fast, FLTK-based web browser"
7 url="http://www.dillo.org/"
9 depends=('fltk' 'libxi' 'libxinerama' 'openssl' 'perl')
10 makedepends=('autoconf' 'automake' 'mercurial')
11 optdepends=('ttf-dejavu: Enable DejaVu Sans support')
12 provides=('dillo=2.0')
13 conflicts=('dillo' 'dillo-cvs' 'dillo2-cvs')
14 backup=('etc/dillo/dillorc' 'etc/dillo/dpidrc')
19 _hgroot="http://hg.dillo.org/dillo"
25 msg "Connecting to $_hgroot"
26 if [ -d $_hgrepo ]; then
29 msg2 "Finished updating the local repository!"
31 hg clone $_hgroot $_hgrepo
32 msg2 "Initial pull complete!"
35 rm -rf ${srcdir}/${_hgrepo}-build
36 cp -a ${srcdir}/${_hgrepo} ${srcdir}/${_hgrepo}-build
37 cd ${srcdir}/${_hgrepo}-build
40 ./configure --prefix=/usr --sysconfdir=/etc/ \
51 cd ${srcdir}/${_hgrepo}-build
52 make DESTDIR=$pkgdir install