1 # Contributor: Claudio Riva <firetux83@gmail.com>
6 pkgdesc="An applet for Gnome panel that can manage a list of vpn connections"
8 url="http://code.google.com/p/tuntun/"
10 depends=('openvpn' 'gnome-panel' 'libnotify')
11 makedepends=('intltool' 'pkgconfig')
12 source=(http://tuntun.googlecode.com/files/$pkgname-$pkgver.tar.gz)
13 md5sums=('8a6ee39d0d63d89914f9b4f49e62ef8c')
16 cd "$startdir/src/$pkgname-$pkgver"
18 ./configure --prefix=/usr --libexec=/usr/lib/gnome-applets
20 make DESTDIR="$startdir/pkg" install