net-tools: update to 1.60.20181103git.
This commit is contained in:
parent
e48caece53
commit
fd86b54e86
1 changed files with 27 additions and 24 deletions
|
@ -1,12 +1,16 @@
|
|||
# Template file for 'net-tools'
|
||||
pkgname=net-tools
|
||||
version=1.60.20150526git
|
||||
revision=4
|
||||
version=1.60.20181103git
|
||||
revision=1
|
||||
_githash=0eebece8c964e3cfa8a018f42b2e7e751a7009a0
|
||||
wrksrc="${pkgname}-${_githash}"
|
||||
hostmakedepends="git"
|
||||
short_desc="Basic networking tools"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
homepage="http://sourceforge.net/projects/$pkgname/"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/ecki/net-tools"
|
||||
distfiles="https://github.com/ecki/net-tools/archive/${_githash}.tar.gz"
|
||||
checksum=795cb4dd2618ed7ff9a48b9cb63b33780b47dfd7464c8e52ba734e6796cbab17
|
||||
|
||||
alternatives="
|
||||
ifconfig:ifconfig:/usr/bin/${pkgname}-ifconfig
|
||||
|
@ -14,9 +18,6 @@ alternatives="
|
|||
hostname:hostname:/usr/bin/${pkgname}-hostname
|
||||
hostname:/usr/share/man/man1/hostname.1:/usr/share/man/man8/${pkgname}-hostname.1"
|
||||
|
||||
do_fetch() {
|
||||
git clone git://git.code.sf.net/p/net-tools/code ${pkgname}-${version}
|
||||
}
|
||||
pre_build() {
|
||||
sed -i "s#/sbin#/bin#" Makefile
|
||||
sed -i "s#/usr##" man/Makefile
|
||||
|
@ -44,10 +45,12 @@ pre_build() {
|
|||
-e "s/#ifndef __GLIBC__/#if 0/"
|
||||
esac
|
||||
}
|
||||
|
||||
do_build() {
|
||||
replace_interpreter bash configure.sh
|
||||
yes "" | make
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR}/usr update
|
||||
# Rename ifconfig for alternatives.
|
||||
|
|
Loading…
Reference in a new issue