# 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 name=snownews version=1.5.12 release=1 source=(http://kiza.kcore.de/software/$name/download/$name-$version.tar.gz \ Makefile.patch) build() { cd $name-$version patch -p0 -i $SRC/Makefile.patch ./configure --prefix=/usr \ --disable-nls make make DESTDIR=$PKG install }