netcat: switch it to use alternatives for nc.
This commit is contained in:
parent
fec61117e4
commit
140b40ad9b
1 changed files with 10 additions and 2 deletions
|
@ -1,12 +1,20 @@
|
||||||
# Template file for 'netcat'
|
# Template file for 'netcat'
|
||||||
pkgname=netcat
|
pkgname=netcat
|
||||||
version=0.7.1
|
version=0.7.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--program-prefix=g"
|
||||||
short_desc="The GNU netcat utility"
|
short_desc="The GNU netcat utility"
|
||||||
replaces="netcat>=0"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://netcat.sourceforge.net/"
|
homepage="http://netcat.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=30719c9a4ffbcf15676b8f528233ccc54ee6cba96cb4590975f5fd60c68a066f
|
checksum=30719c9a4ffbcf15676b8f528233ccc54ee6cba96cb4590975f5fd60c68a066f
|
||||||
|
|
||||||
|
alternatives="
|
||||||
|
nc:/usr/bin/nc:/usr/bin/gnetcat
|
||||||
|
nc:/usr/share/man/man1/nc.1:/usr/share/man/man1/gnetcat.1"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm ${DESTDIR}/usr/bin/nc
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue