newstap-1.0.0-3

This commit is contained in:
Jaroslav Lichtblau 2014-12-03 12:50:16 +01:00
parent c4322f1a8d
commit 4effe299cb
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
pkgbase = newstap
pkgdesc = Retrieve news from NNTP and deliver them to one or more destinations as regular electronic mail messages.
pkgdesc = Retrieve news from NNTP and deliver them to one or more destinations as regular electronic mail messages
pkgver = 1.0.0
pkgrel = 3
url = http://amtrickey.net/newstap/

View file

@ -3,7 +3,7 @@
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."
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')
@ -11,13 +11,13 @@ source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t
md5sums=('ec431267678a8cfdb6231895cac34ff6')
build() {
cd "${srcdir}/$pkgname"
cd "${srcdir}"/$pkgname
make
}
package() {
cd "${srcdir}/$pkgname"
cd "${srcdir}"/$pkgname
make PREFIX="${pkgdir}/usr" MAN="${pkgdir}/usr/share/man" install
make PREFIX="${pkgdir}"/usr MAN="${pkgdir}"/usr/share/man install
}