updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / tuntun / PKGBUILD
blob926c0619123bb3564c8143e4d893641957de85b2
1 # Contributor: Claudio Riva <firetux83@gmail.com>
3 pkgname=tuntun
4 pkgver=0.4.0
5 pkgrel=1
6 pkgdesc="An applet for Gnome panel that can manage a list of vpn connections"
7 arch=('i686')
8 url="http://code.google.com/p/tuntun/"
9 license=('GPL2')
10 depends=('openvpn' 'gnome-panel' 'libnotify')
11 makedepends=('intltool' 'pkgconfig')
12 source=(http://tuntun.googlecode.com/files/$pkgname-$pkgver.tar.gz)
13 md5sums=('8a6ee39d0d63d89914f9b4f49e62ef8c')
15 build() {
16   cd "$startdir/src/$pkgname-$pkgver"
18   ./configure --prefix=/usr --libexec=/usr/lib/gnome-applets
19   make || return 1
20   make DESTDIR="$startdir/pkg" install