newsbeuter: initial release

This commit is contained in:
Juergen Daubert 2010-11-15 18:31:39 +01:00
parent 7facbecd7d
commit 440a24c4e2
3 changed files with 28 additions and 0 deletions

8
newsbeuter/.footprint Normal file
View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/newsbeuter
-rwxr-xr-x root/root usr/bin/podbeuter
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rwxr-xr-x root/root usr/man/man1/newsbeuter.1.gz
-rwxr-xr-x root/root usr/man/man1/podbeuter.1.gz

1
newsbeuter/.md5sum Normal file
View File

@ -0,0 +1 @@
b007488876c8dc63114bc626d33799b5 newsbeuter-2.3.tar.gz

19
newsbeuter/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: RSS/Atom feed reader for text terminals
# URL: http://www.newsbeuter.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: curl libxml2 sqlite3 stfl
name=newsbeuter
version=2.3
release=1
source=(http://www.newsbeuter.org/downloads/$name-$version.tar.gz)
build () {
cd $name-$version
sed -i 's|ncursesw/||' src/{controller,view}.cpp
export prefix=/usr mandir=/usr/man
./config.sh
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}