You are not logged in.

#1 2004-06-27 13:12:22

delmonico
Member
Registered: 2004-06-27
Posts: 82

Snownews 1.5.3

Hi Archers!

I just built my first Arch-Package. Its the current version of snownews, a console RSS/RDF newsreader. I would be glad if someone could test it...

# Contributor: Christoph 'delmonico' Neuroth <delmonico@gmx.net>
pkgname=snownews
pkgver=1.5.3
pkgrel=1
pkgdesc="Text mode RSS newsreader for Linux and Unix."
url="http://home.kcore.de/~kiza/software/snownews/"
depends=('libxml2' 'ncurses' 'perl')
source=(http://home.kcore.de/~kiza/software/snownews/download/$pkgname-$pkgver.tar.gz)
md5sums=(35aa49e42ac5232bf8ac0163e3793d4a)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=$startdir/pkg/usr
  make || return 1
  make install
}

ftp://ftp.archlinux.org/incoming/snownews.tar.gz

delmonico

Offline

Board footer

Powered by FluxBB