Package Details: tcptraceroute 1.5beta7-8

Git Clone URL: https://aur.archlinux.org/tcptraceroute.git (read-only, click to copy)
Package Base: tcptraceroute
Description: A traceroute implementation using TCP packets.
Upstream URL: http://michael.toren.net/code/tcptraceroute/
Licenses: GPL
Submitter: ilpianista
Maintainer: r4um
Last Packager: fukawi2
Votes: 88
Popularity: 0.000451
First Submitted: 2010-11-13 15:31 (UTC)
Last Updated: 2015-06-16 23:20 (UTC)

Dependencies (2)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

fukawi2 commented on 2013-06-30 23:08 (UTC)

Updated source URI

GI_Jack commented on 2013-06-29 18:21 (UTC)

upstream is 404, whiskey tango foxtrot over.

fukawi2 commented on 2013-06-20 00:57 (UTC)

Thanks for the info, updated (pkgrel hasn't changed since the resulting binary package shouldn't be any different)

kiven commented on 2013-06-19 09:10 (UTC)

The URL change to https://github.com/mct/tcptraceroute, please update the PKGBUILD @@ -17,15 +18,15 @@ pkgver=1.5beta7 -pkgrel=6 +pkgrel=7 pkgdesc="A traceroute implementation using TCP packets." -arch=(i686 x86_64) +arch=(i686 x86_64 armv6h) url="http://michael.toren.net/code/tcptraceroute/" license=('GPL') depends=('libpcap>=1.0.0' 'libnet') -source=("http://michael.toren.net/code/tcptraceroute/$pkgname-$pkgver.tar.gz") -md5sums=('65d1001509f971ea986fcbc2dd009643') +source=("https://github.com/mct/tcptraceroute/archive/$pkgname-$pkgver.zip") +md5sums=('2fd27a4b455883338194e626e32298d9') build() { - cd ${srcdir}/$pkgname-$pkgver + cd ${srcdir}/$pkgname-$pkgname-$pkgver ./configure \ --prefix=/usr \ @@ -36,12 +37,13 @@ } package() { - cd ${srcdir}/$pkgname-$pkgver + cd ${srcdir}/$pkgname-$pkgname-$pkgver make DESTDIR=${pkgdir} install - + install -d -m755 ${pkgdir}/usr/share mv ${pkgdir}/usr/man ${pkgdir}/usr/share/ } # vim:set ts=2 sw=2 et: +

fukawi2 commented on 2012-02-05 06:24 (UTC)

Right you are...! Thanks and fixed in -6

<deleted-account> commented on 2012-02-04 23:48 (UTC)

depends=('libpcap>=1.0.0') makedepends=('libnet') should be: depends=('libpcap>=1.0.0' 'libnet')

fukawi2 commented on 2010-12-21 09:45 (UTC)

Adopted.

ilpianista commented on 2010-11-13 15:31 (UTC)

* moved from [extra]