mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +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'
|
||||
pkgname=tcping
|
||||
version=1.3.6
|
||||
version=2.1.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Ping over a tcp connection"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/mkirchner/tcping"
|
||||
distfiles="https://github.com/mkirchner/tcping/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3
|
||||
checksum=b8aa427420fe00173b5a2c0013d78e52b010350f5438bf5903c1942cba7c39c9
|
||||
|
||||
do_configure() {
|
||||
vsed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile
|
||||
|
@ -16,8 +16,6 @@ do_configure() {
|
|||
|
||||
do_install() {
|
||||
vbin tcping
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vman man/tcping.1
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue