mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tcping: update to 2.1.0.
This commit is contained in:
parent
ae2c8db549
commit
d3152d3313
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tcping'
|
# Template file for 'tcping'
|
||||||
pkgname=tcping
|
pkgname=tcping
|
||||||
version=1.3.6
|
version=2.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Ping over a tcp connection"
|
short_desc="Ping over a tcp connection"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/mkirchner/tcping"
|
homepage="https://github.com/mkirchner/tcping"
|
||||||
distfiles="https://github.com/mkirchner/tcping/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/mkirchner/tcping/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3
|
checksum=b8aa427420fe00173b5a2c0013d78e52b010350f5438bf5903c1942cba7c39c9
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
vsed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile
|
vsed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile
|
||||||
|
@ -16,8 +16,6 @@ do_configure() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin tcping
|
vbin tcping
|
||||||
}
|
vman man/tcping.1
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue