mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gnu-netcat to 0.7.1-6
This commit is contained in:
parent
1cc4ffb34c
commit
a782a2792c
2 changed files with 1 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=gnu-netcat
|
pkgname=gnu-netcat
|
||||||
pkgver=0.7.1
|
pkgver=0.7.1
|
||||||
pkgrel=5.1
|
pkgrel=6
|
||||||
pkgdesc="GNU rewrite of netcat, the network piping application"
|
pkgdesc="GNU rewrite of netcat, the network piping application"
|
||||||
depends=('glibc' 'texinfo')
|
depends=('glibc' 'texinfo')
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -14,7 +14,6 @@ url="http://netcat.sourceforge.net/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
replaces=('netcat')
|
replaces=('netcat')
|
||||||
provides=('netcat')
|
provides=('netcat')
|
||||||
install=gnu-netcat.install
|
|
||||||
source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2"
|
source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2"
|
||||||
'gnu-netcat-flagcount.patch')
|
'gnu-netcat-flagcount.patch')
|
||||||
md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef'
|
md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef'
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
infodir=/usr/share/info
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
install-info $infodir/netcat.info.gz $infodir/dir 2> /dev/null
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install $1
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_remove() {
|
|
||||||
install-info --delete $infodir/netcat.info.gz $infodir/dir 2> /dev/null
|
|
||||||
}
|
|
Loading…
Reference in a new issue