#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=newsbeuter
pkgver=2.4
pkgrel=1gv
source=(http://newsbeuter.org/downloads/newsbeuter-$pkgver.tar.gz)
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "changes" "license")
url=http://newsbeuter.org

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"newsbeuter (An RSS feed reader for the text console)"
"Newsbeuter is an open-source RSS/Atom feed reader for text terminals."
"It runs on Linux, FreeBSD, Mac OS X and other Unix-like operating"
"systems. Newsbeuter's great configurability and vast number of"
"features make it a perfect choice for people that need a slick and"
"fast feed reader that can be completely controlled via keyboard."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	make prefix=/usr || return 1
	make install DESTDIR=$startdir/pkg prefix=/usr
}