updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / switzerland / PKGBUILD
blob690a779e290f5ef241906204012feeb527589a29
1 # Maintainer: Brad Conte <brad AT bradconte DOT com>
3 pkgname=switzerland
4 pkgver=0.1.0
5 pkgrel=1
6 pkgdesc="A client/server program by the EFF to detect when ISPs, networks, or firewalls interfere with Internet traffic."
7 arch=('i686' 'x86_64')
8 depends=(python libpcap ntp)
9 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz")
10 md5sums=('a625873961165df1aed644fd59fa069a')
11 url="http://www.eff.org/testyourisp/switzerland"
12 license=('GPL')
14 build() {
15         cd $startdir/src/$pkgname-$pkgver
16         make || return 1
17         python setup.py install --root=$startdir/pkg