updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / newstap / PKGBUILD
blob92f3e229237f47f0cbefb553ed631413eabe33f7
1 # Contributor: Dragonlord <archlinux[at]dragonlord[.].cz>
3 pkgname=newstap
4 pkgver=1.0.0
5 pkgrel=2
6 pkgdesc="Retrieve news from NNTP and deliver them to one or more destinations as regular electronic mail messages."
7 arch=('i686')
8 url="http://amtrickey.net/newstap/"
9 license=('GPL')
10 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=(ec431267678a8cfdb6231895cac34ff6)
14 build() {
15   cd "$srcdir/$pkgname"
17   make || return 1
18   make PREFIX="$startdir/pkg/usr" MAN="$startdir/pkg/usr/share/man" install