dillo: update to 2.1

This commit is contained in:
Juergen Daubert 2009-06-22 10:38:27 +02:00
parent da328735f1
commit 8bd2dedd9d
3 changed files with 13 additions and 6 deletions

View File

@ -4,8 +4,10 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dpid
-rwxr-xr-x root/root usr/bin/dpidc
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/dillorc
-rw-r--r-- root/root usr/etc/dpidrc
drwxr-xr-x root/root usr/etc/dillo/
-rw-r--r-- root/root usr/etc/dillo/dillorc
-rw-r--r-- root/root usr/etc/dillo/dpidrc
-rw-r--r-- root/root usr/etc/dillo/keysrc
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/dillo/
drwxr-xr-x root/root usr/lib/dillo/dpi/
@ -25,3 +27,6 @@ drwxr-xr-x root/root usr/lib/dillo/dpi/hello/
-rwxr-xr-x root/root usr/lib/dillo/dpi/hello/hello.filter.dpi
drwxr-xr-x root/root usr/lib/dillo/dpi/https/
-rwxr-xr-x root/root usr/lib/dillo/dpi/https/https.filter.dpi
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dillo.1.gz

View File

@ -1 +1 @@
bb9999cabeb4db3d915687de465dbeb0 dillo-2.0.tar.bz2
c703851a5c44f739195febd09268edc1 dillo-2.1.tar.bz2

View File

@ -1,16 +1,18 @@
# Description: A graphical web browser in less than 600KB
# Description: A graphical web browser in less than 700KB
# URL: http://www.dillo.org
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: fltk2
name=dillo
version=2.0
version=2.1
release=1
source=(http://www.dillo.org/download/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr --enable-ipv6
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-ipv6
make
make DESTDIR=$PKG install
}