Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab has been upgraded to v13.9
🎉
. Enjoy
Open sidebar
alpine
aports
Commits
93cdf36c
Commit
93cdf36c
authored
Sep 27, 2013
by
Leonardo Arena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/tcptraceroute: new aport
Display route path using TCP probes
parent
a76e8360
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
+41
-0
testing/tcptraceroute/APKBUILD
testing/tcptraceroute/APKBUILD
+41
-0
No files found.
testing/tcptraceroute/APKBUILD
0 → 100644
View file @
93cdf36c
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname
=
tcptraceroute
pkgver
=
1.5b7
_ver
=
${
pkgver
/b/beta
}
pkgrel
=
0
pkgdesc
=
"Display route path using TCP probes"
url
=
"https://github.com/mct/tcptraceroute"
arch
=
"all"
license
=
"GPL"
depends
=
depends_dev
=
makedepends
=
"
$depends_dev
"
install
=
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/mct/tcptraceroute/archive/tcptraceroute-1.5beta7.tar.gz"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgname
-
$_ver
prepare
()
{
cd
"
$_builddir
"
return
0
}
build
()
{
cd
"
$_builddir
"
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"8a679c57d5bd702ca91662fd88e964b6 tcptraceroute-1.5beta7.tar.gz"
sha256sums
=
"57fd2e444935bc5be8682c302994ba218a7c738c3a6cae00593a866cd85be8e7 tcptraceroute-1.5beta7.tar.gz"
sha512sums
=
"ad5588e62a56f1b5fa851b68280a88e66a900777fe4fd67587262245cd9da17b536b7dc972abe540fc124a93ac76abcabbc55bc32f9f8ee872d5df57b08f7222 tcptraceroute-1.5beta7.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment