summaryrefslogtreecommitdiffstats
path: root/extra/elinks/Pkgfile
blob: 18894fc854c156239632e774d730d721f30534fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Enhanced version of the links textmode WWW browser with frame/table support 
# URL:         http://elinks.or.cz/
# Maintainer:  Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on:  openssl, zlib

name=elinks
version=0.11.6
release=1
source=(http://elinks.or.cz/download/$name-$version.tar.bz2)

build () {
    cd $name-$version
    ./configure --prefix=/usr \
                --mandir=/usr/man \
                --sysconfdir=/usr/etc \
                --enable-256-colors \
                --disable-nls
    make
    make DESTDIR=$PKG install
    ln -s elinks $PKG/usr/bin/links
}