dillo: update to 2.1
This commit is contained in:
parent
da328735f1
commit
8bd2dedd9d
@ -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/dpid
|
||||||
-rwxr-xr-x root/root usr/bin/dpidc
|
-rwxr-xr-x root/root usr/bin/dpidc
|
||||||
drwxr-xr-x root/root usr/etc/
|
drwxr-xr-x root/root usr/etc/
|
||||||
-rw-r--r-- root/root usr/etc/dillorc
|
drwxr-xr-x root/root usr/etc/dillo/
|
||||||
-rw-r--r-- root/root usr/etc/dpidrc
|
-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/
|
||||||
drwxr-xr-x root/root usr/lib/dillo/
|
drwxr-xr-x root/root usr/lib/dillo/
|
||||||
drwxr-xr-x root/root usr/lib/dillo/dpi/
|
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
|
-rwxr-xr-x root/root usr/lib/dillo/dpi/hello/hello.filter.dpi
|
||||||
drwxr-xr-x root/root usr/lib/dillo/dpi/https/
|
drwxr-xr-x root/root usr/lib/dillo/dpi/https/
|
||||||
-rwxr-xr-x root/root usr/lib/dillo/dpi/https/https.filter.dpi
|
-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
|
||||||
|
@ -1 +1 @@
|
|||||||
bb9999cabeb4db3d915687de465dbeb0 dillo-2.0.tar.bz2
|
c703851a5c44f739195febd09268edc1 dillo-2.1.tar.bz2
|
||||||
|
@ -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
|
# URL: http://www.dillo.org
|
||||||
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
||||||
# Depends on: fltk2
|
# Depends on: fltk2
|
||||||
|
|
||||||
name=dillo
|
name=dillo
|
||||||
version=2.0
|
version=2.1
|
||||||
release=1
|
release=1
|
||||||
source=(http://www.dillo.org/download/$name-$version.tar.bz2)
|
source=(http://www.dillo.org/download/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr --enable-ipv6
|
./configure --prefix=/usr \
|
||||||
|
--mandir=/usr/man \
|
||||||
|
--enable-ipv6
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user