opt/elinks/Pkgfile
Juergen Daubert 182c16da8c [notify] elinks: update to 0.11.2
Update to the stable branch as a reaction to the recently discovered
vulnerability in the SMB protocol module.
See http://securitytracker.com/alerts/2006/Nov/1017232.html
2006-11-20 15:54:25 +01:00

21 lines
577 B
Plaintext

# Description: Enhanced version of the links textmode WWW browser with frame/table support
# URL: http://elinks.or.cz/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: openssl, zlib
name=elinks
version=0.11.2
release=1
source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/usr/etc \
--enable-256-colors \
--disable-nls
make
make DESTDIR=$PKG install
ln -s elinks $PKG/usr/bin/links
}