You are not logged in.

#1 2005-04-28 17:08:11

andieh
Member
From: Frankfurt
Registered: 2004-02-11
Posts: 40
Website

Xtraceroute

maybe someone need it...

its a graphical traceroute. you need the packages host and gtkglarea.

only problem: its located in /usr/local/bin... any ideas how to fix that?

greetz andieh

# PKG-Maintainer: Andreas Fürtig <mail@andieh.de>

pkgname=xtraceroute
pkgver=0.9.1
pkgdesc="Xtraceroute is a graphical version of the traceroute program, which tra
ces the route your IP packets travel to their destination."

url="http://www.dtek.chalmers.se/~d3august/xt/index.html"
depends=('host' 'gtkglarea')
source=(http://www.dtek.chalmers.se/~d3august/xt/dl/$pkgname-$pkgver.tar.gz)


build()
{
  cd $startdir/src/$pkgname-$pkgver
  ./configure
  make || return 1
  make DESTDIR=$startdir/pkg install || return 1
}

Offline

#2 2005-04-28 17:14:57

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Xtraceroute

This should be placed in the AUR.  Please read the AUR repo post here: http://bbs.archlinux.org/viewtopic.php?t=11658

Also, I'm going to move this thread the AUR Request forum.

Offline

#3 2005-04-28 20:23:13

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Xtraceroute

andieh wrote:

only problem: its located in /usr/local/bin... any ideas how to fix that?

try using ./configure --prefix=/usr

Offline

Board footer

Powered by FluxBB