# $Id: PKGBUILD 2725 2009-09-21 09:33:10Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Christoph 'delmonico' Neuroth pkgname=snownews pkgver=1.5.12 pkgrel=1 pkgdesc="Text mode RSS newsreader for Linux and Unix." arch=(i686 x86_64) url="http://kiza.kcore.de/software/snownews/" license=('GPL') depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt') source=(http://kiza.kcore.de/software/snownews/download/$pkgname-$pkgver.tar.gz) md5sums=('80da8943fc5aa96571924aec0087d4c0') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=$startdir/pkg/usr make || return 1 make install && \ ln -fs /usr/bin/opml2snow $startdir/pkg/usr/bin/snow2opml }