#Packager: George Vlahavas pkgname=newsbeuter pkgver=2.5 pkgrel=1gv source=("http://newsbeuter.org/downloads/newsbeuter-$pkgver.tar.gz" "unistd.patch") 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 patch -p1 < $startdir/src/unistd.patch || exit 1 make prefix=/usr || return 1 make install DESTDIR=$startdir/pkg prefix=/usr }