* update gnu-netcat to 0.7.1-10
This commit is contained in:
parent
ae13e185b5
commit
76978c96b4
@ -1,13 +1,19 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Tom K <tomk@runbox.com>
|
||||
|
||||
pkgname=gnu-netcat
|
||||
pkgver=0.7.1
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc="GNU rewrite of netcat, the network piping application"
|
||||
depends=('glibc' 'texinfo')
|
||||
depends=(
|
||||
'glibc'
|
||||
)
|
||||
makedepends=(
|
||||
'texinfo'
|
||||
)
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="http://netcat.sourceforge.net/"
|
||||
license=('GPL')
|
||||
license=('GPL-2.0-only')
|
||||
replaces=('netcat')
|
||||
provides=('netcat')
|
||||
source=("https://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2")
|
||||
@ -23,3 +29,5 @@ package() {
|
||||
cd "${srcdir}/netcat-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
|
Loading…
x
Reference in New Issue
Block a user