#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=w3m pkgver=0.5.2 zenver=54 pkgrel=1 arch=i486 source=(http://downloads.sourceforge.net/w3m/w3m-0.5.2.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "about-nls") url=http://sourceforge.net/projects/w3m/ sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "w3m - a text based browser" "w3m is a pager and/or text-based browser. It can handle tables," "cookies, authentication, and almost everything except JavaScript." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-termlib="terminfo ncurses" make || return 1 make install DESTDIR=$startdir/pkg }