elinks: update to version 0.13-git as of 20150525

This commit is contained in:
Juergen Daubert 2015-03-05 11:07:45 +01:00
parent dfa8a3a055
commit eb032fcc58
2 changed files with 11 additions and 5 deletions

View File

@ -1 +1 @@
3d0962f4b65fb039342fefd3ada050a9 elinks-0.12pre6.tar.bz2
32066d39a027e70dd667812703137ccf elinks-20150225.tar.xz

View File

@ -1,23 +1,29 @@
# Description: Enhanced version of the links textmode WWW browser with frame/table support
# URL: http://elinks.or.cz/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: openssl, zlib
# Depends on: openssl zlib expat
name=elinks
version=0.12pre6
version=20150225
release=1
source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz)
build () {
cd $name-$version
autoreconf -i
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/usr/etc \
--enable-256-colors \
--enable-html-highlight \
--disable-nls \
--without-{zlib,bzlib}
--with-zlib \
--without-{x,bzlib}
make
make DESTDIR=$PKG install
ln -s elinks $PKG/usr/bin/links
}