You are not logged in.
Pages: 1
You can see screenshots of this wonderful collection of Gnome Networking tools at:
http://www.gnome.org/projects/gnome-net … creenshots
PKGBUILD:
# Contributor: Kritoke <typeolinux@yahoo.com>
[ "$GNOMEDIR" = "" ] && source /etc/profile.d/gnome.sh
pkgname=gnome-network
pkgver=1.99.2
pkgrel=1
pkgdesc="A Collection GNOME2 Networking Tools."
depends=('libgnomeui')
url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/1.99/$pkgname-$pkgver.tar.bz2)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/gnome
make || return 1
make DESTDIR=$startdir/pkg install
}
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
i tested your build but i requires cherokee...
Freedom is what i love
Offline
I almost included that as a dependency, but it seems to run fine without it. Why in the world does it need a mini web server if it is just a suite of networking tools? Doesn't totally make sense to me.
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
Pages: 1