mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/gnu-netcat to 0.7.1-10
This commit is contained in:
parent
2321bde8bd
commit
461541c1dd
2 changed files with 25 additions and 3 deletions
15
extra/gnu-netcat/.SRCINFO
Normal file
15
extra/gnu-netcat/.SRCINFO
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
pkgbase = gnu-netcat
|
||||||
|
pkgdesc = GNU rewrite of netcat, the network piping application
|
||||||
|
pkgver = 0.7.1
|
||||||
|
pkgrel = 10
|
||||||
|
url = http://netcat.sourceforge.net/
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL-2.0-only
|
||||||
|
makedepends = texinfo
|
||||||
|
depends = glibc
|
||||||
|
provides = netcat
|
||||||
|
replaces = netcat
|
||||||
|
source = https://downloads.sourceforge.net/sourceforge/netcat/netcat-0.7.1.tar.bz2
|
||||||
|
sha256sums = b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df09676332bb
|
||||||
|
|
||||||
|
pkgname = gnu-netcat
|
|
@ -5,12 +5,17 @@
|
||||||
|
|
||||||
pkgname=gnu-netcat
|
pkgname=gnu-netcat
|
||||||
pkgver=0.7.1
|
pkgver=0.7.1
|
||||||
pkgrel=9
|
pkgrel=10
|
||||||
pkgdesc="GNU rewrite of netcat, the network piping application"
|
pkgdesc="GNU rewrite of netcat, the network piping application"
|
||||||
depends=('glibc' 'texinfo')
|
depends=(
|
||||||
|
'glibc'
|
||||||
|
)
|
||||||
|
makedepends=(
|
||||||
|
'texinfo'
|
||||||
|
)
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://netcat.sourceforge.net/"
|
url="http://netcat.sourceforge.net/"
|
||||||
license=('GPL')
|
license=('GPL-2.0-only')
|
||||||
replaces=('netcat')
|
replaces=('netcat')
|
||||||
provides=('netcat')
|
provides=('netcat')
|
||||||
source=("https://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2"
|
source=("https://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2"
|
||||||
|
@ -33,3 +38,5 @@ package() {
|
||||||
cd "${srcdir}/netcat-${pkgver}"
|
cd "${srcdir}/netcat-${pkgver}"
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vim: ts=2 sw=2 et:
|
||||||
|
|
Loading…
Reference in a new issue