summaryrefslogtreecommitdiff
path: root/elinks/Pkgfile
blob: a479fda255c5051d31551fecbebbd3ef6422dd50 (plain)
    1 # Description: Enhanced version of the links textmode WWW browser with frame/table support 
    2 # URL:         http://elinks.or.cz/
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  openssl, zlib
    5 
    6 name=elinks
    7 version=0.12pre6
    8 release=1
    9 source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
   10 
   11 build () {
   12     cd $name-$version
   13     ./configure --prefix=/usr \
   14                 --mandir=/usr/man \
   15                 --sysconfdir=/usr/etc \
   16                 --enable-256-colors \
   17                 --enable-html-highlight \
   18                 --disable-nls \
   19                 --without-{zlib,bzlib}
   20     make
   21     make DESTDIR=$PKG install
   22     ln -s elinks $PKG/usr/bin/links
   23 }

Generated by cgit