You are not logged in.

#1 2005-12-22 14:09:40

wabi
Member
Registered: 2005-04-04
Posts: 72

[Request] Netswitch

I'd like to have a nice network switching program. perhaps this will do it till gnome network manager comes.

http://netswitch.tuxfamily.org/en

Offline

#2 2005-12-22 14:38:40

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [Request] Netswitch

I'm working on it smile

Offline

#3 2005-12-22 22:55:37

wabi
Member
Registered: 2005-04-04
Posts: 72

Re: [Request] Netswitch

If I can help you testing or something else, let me know.
would do it on my own but would only be the second package I'd make and I think I'll better do an easier one.

Offline

#4 2005-12-23 23:04:47

citral
Member
Registered: 2005-05-07
Posts: 87

Re: [Request] Netswitch

I had some hope for this app, but it doesn't support WPA so it's rubbish.

Anyway, here are the PKGBUILDS which I don't bother putting on AUR now.

# Contributor: Hugo Ideler <hugoideler@dse.nl>

pkgname=libswitch
pkgver=0.3
pkgrel=1
pkgdesc="support library for netswitch"
url="http://netswitch.tuxfamily.org"
license=""
depends=(net-tools wireless_tools gtk dhcpcd libgtop gamin sudo)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://netswitch.tuxfamily.org/files/libswitch-latest.tar.gz)
md5sums=('0b9556059a9ed91e7d08724eb0f5bcdf')

build() {
  cd $startdir/src/libswitch-$pkgver
  ./configure --prefix=/usr --with-sudo || return 1
  make || return 1
  make DESTDIR=$startdir/pkg install
}

#eof
# Contributor: Hugo Ideler <hugoideler@dse.nl>

pkgname=netswitch
pkgver=0.3
pkgrel=1
pkgdesc="Netswitch is a set of tools to manage your network profiles in an independant way from your Linux Distribution tools."
url="http://netswitch.tuxfamily.org/"
license=""
depends=(net-tools wireless_tools gtk dhcpcd libgtop gamin sudo libswitch)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://netswitch.tuxfamily.org/files/gswitch-latest.tar.gz)
md5sums=('269e412e2bf8c58dbf38173fc8d928ea')

build() {
  cd $startdir/src/gswitch-$pkgver
  ./autogen.sh --prefix=/usr --with-sudo || return 1
  make || return 1
  make DESTDIR=$startdir/pkg install
}

#eof

One of the main causes of the fall of the Roman Empire was that, lacking zero,
they had no way to indicate successful termination of their C programs.

Offline

#5 2005-12-23 23:20:25

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [Request] Netswitch

that will only work if you get gamin from testing

Offline

#6 2005-12-24 15:04:46

citral
Member
Registered: 2005-05-07
Posts: 87

Re: [Request] Netswitch

I know, but it depends on it to compile and run.

Feel free to take the PKGBUILDS and hack them up; I'm waiting for it to (ever) support WPA, it is on their todo list.


One of the main causes of the fall of the Roman Empire was that, lacking zero,
they had no way to indicate successful termination of their C programs.

Offline

Board footer

Powered by FluxBB