w3m: updated to version 0.5.2

This commit is contained in:
Simon Gloßner 2007-05-31 20:49:27 +02:00
parent 5484476583
commit 0fca54b1a5
2 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
0678b72e07e69c41709d71ef0fe5da13 w3m-0.5.1.tar.gz
ba06992d3207666ed1bf2dcf7c72bf58 w3m-0.5.2.tar.gz

View File

@ -5,8 +5,8 @@
# Depends on: boehm-gc
name=w3m
version=0.5.1
release=2
version=0.5.2
release=1
source=(http://dl.sourceforge.net/${name}/${name}-${version}.tar.gz)
build() {
@ -15,6 +15,9 @@ build() {
sed -i s/showaudio/mplayer/ config.h.in
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--mandir=/usr/man \
--disable-image \
--disable-gopher \
--disable-japanese \
@ -41,8 +44,6 @@ build() {
--enable-mouse \
--enable-sslverify \
--enable-w3mmailer \
--libexecdir=/usr/lib \
--prefix=/usr \
--with-gc
make
make DESTDIR=$PKG install