summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3a0cf7f966ecd51885b205709d40377f978de007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Jaroslav Lichtblau <dargonlord@aur.archlinux.org>

pkgname=newstap
pkgver=1.0.0
pkgrel=3
pkgdesc="Retrieve news from NNTP and deliver them to one or more destinations as regular electronic mail messages"
arch=('i686' 'x86_64')
url="http://amtrickey.net/newstap/"
license=('GPL')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('ec431267678a8cfdb6231895cac34ff6')

build() {
  cd "${srcdir}"/$pkgname

  make
}

package() {
  cd "${srcdir}"/$pkgname

  make PREFIX="${pkgdir}"/usr MAN="${pkgdir}"/usr/share/man install
}