elinks: update to version 0.13-git as of 20150525
This commit is contained in:
parent
dfa8a3a055
commit
eb032fcc58
@ -1 +1 @@
|
|||||||
3d0962f4b65fb039342fefd3ada050a9 elinks-0.12pre6.tar.bz2
|
32066d39a027e70dd667812703137ccf elinks-20150225.tar.xz
|
||||||
|
@ -1,23 +1,29 @@
|
|||||||
# Description: Enhanced version of the links textmode WWW browser with frame/table support
|
# Description: Enhanced version of the links textmode WWW browser with frame/table support
|
||||||
# URL: http://elinks.or.cz/
|
# URL: http://elinks.or.cz/
|
||||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||||
# Depends on: openssl, zlib
|
# Depends on: openssl zlib expat
|
||||||
|
|
||||||
name=elinks
|
name=elinks
|
||||||
version=0.12pre6
|
version=20150225
|
||||||
release=1
|
release=1
|
||||||
source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
|
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
|
autoreconf -i
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--sysconfdir=/usr/etc \
|
--sysconfdir=/usr/etc \
|
||||||
--enable-256-colors \
|
--enable-256-colors \
|
||||||
--enable-html-highlight \
|
--enable-html-highlight \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--without-{zlib,bzlib}
|
--with-zlib \
|
||||||
|
--without-{x,bzlib}
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
ln -s elinks $PKG/usr/bin/links
|
ln -s elinks $PKG/usr/bin/links
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user