contrib/snownews/Pkgfile

21 lines
560 B
Plaintext
Raw Normal View History

2006-12-26 12:22:07 +01:00
# Description: Text mode RSS newsreader for Linux and Unix.
# URL: http://kiza.kcore.de/software/snownews/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: libxml2 gettext perl
2006-12-26 12:22:07 +01:00
name=snownews
2009-09-18 09:27:12 +02:00
version=1.5.12
2006-12-26 12:22:07 +01:00
release=1
source=(http://kiza.kcore.de/software/$name/download/$name-$version.tar.gz \
2009-08-05 14:35:26 +02:00
Makefile.patch)
2006-12-26 12:22:07 +01:00
build() {
cd $name-$version
patch -p0 -i $SRC/Makefile.patch
./configure --prefix=/usr \
2008-08-04 20:00:44 +02:00
--disable-nls
make
make DESTDIR=$PKG install
2006-12-26 12:22:07 +01:00
}