#Maintainer: Giorgio Lando pkgname=elinks pkgver=0.12pre2 pkgrel=1 zenver=54 arch=i486 source=(http://elinks.or.cz/download/elinks-0.12pre2.tar.gz) sourcetemplate=http://zenwalk.lando.imap.cc/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://elinks.or.cz/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "elinks - Feature rich text-mode web browser" "ELinks is a program for browsing the web in text mode. The goal of the" "project has from the beginning been to provide a feature-rich text" "mode browser with an open patches/features inclusion policy and active" "development. One of these features is that ELinks includes Links-Lua" "which adds scripting capabilities to ELinks." "ELinks was forked from the original Links browser" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }