You are not logged in.

#1 2005-09-29 16:04:36

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

wireless-applet PKGBUILD

Wireless Applet for Gnome

http://www.bitron.ch/software/wireless-applet.php

I wrote a basic PKGBUILD but some things are not in the right places. The problem is most likely that I would have to do some additionals in the configure part.

pkgname=wireless-applet
pkgver=0.0.1
pkgrel=0
pkgdesc="Applet for the GNOME Panel displaying available wireless networks with
the ability to add a listed network to the system configuration easily. Brings the comfort of NetworkManager to wpa_supplicant users. Supports WEP, WPA-PSK, and open wireless networks."
url="http://www.bitron.ch/software/wireless-applet.php"
depends=(       'gtk2'
                'gnome-panel'
                'gnome-keyring'
                'wpa_supplicant'
                'hal'
                'libgcrypt'
        )
groups=()
source=(http://www.bitron.ch/downloads/wireless-applet-0.0.1.tar.bz2)
md5sums=('a4aa00823b123ae52cc5703e66140af3')
build() {
        cd $startdir/src/$pkgname-$pkgver
        ./configure --prefix=/opt/gnome
        make
        make DESTDIR=$startdir/pkg install
}

I can load the Applet but it seems not to find it own configuration files.
Someone who has made a Applet PKGBUILD will probably just see the problem.

Thanks
wabi

Offline

#2 2005-10-12 09:27:42

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

Re: wireless-applet PKGBUILD

one has to configure a group for wpa_supplicant and be member of this group. then you can start.
more details will follow but the PKGBUILD should be correct.

Offline

Board footer

Powered by FluxBB