mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 15:03:42 +01:00
newstap-1.0.0-3
This commit is contained in:
parent
c4322f1a8d
commit
4effe299cb
2 changed files with 5 additions and 5 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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/
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue