tcping: use vbin, whitespace
This commit is contained in:
parent
3ce47e0b67
commit
af9b48d914
1 changed files with 3 additions and 4 deletions
|
@ -10,11 +10,10 @@ homepage="http://www.linuxco.de/tcping/tcping.html"
|
|||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$version.tar.gz/f9dd03c730db6999ca8beca479f078e3/$pkgname-$version.tar.gz"
|
||||
checksum=1ad52e904094d12b225ac4a0bc75297555e931c11a1501445faa548ff5ecdbd0
|
||||
|
||||
do_configure () {
|
||||
do_configure() {
|
||||
sed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile
|
||||
}
|
||||
|
||||
do_install () {
|
||||
vmkdir usr/bin
|
||||
vinstall tcping 755 usr/bin
|
||||
do_install() {
|
||||
vbin tcping
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue