updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / fnse / PKGBUILD
blob2237296d651a31271c7738b900f5ab09acb87495
1 # Maintainer: ale_xiovk < a.dipaolosanti at gmail dot com >
3 pkgname=fnse
4 pkgver=1.2.0
5 pkgrel=1
6 pkgdesc="The FNS Setup program configures the computer to browse through sites with names FNS"
7 arch=('any')
8 url="http://www.freenamesystem.it/en/"
9 license=('GPL')
10 depends=('iptables')
11 source=("http://download.freenamesystem.eu/pub/FNSsetup/AUR/$pkgname-$pkgver.tar.gz")
12 md5sums=('2cf4c567b89581354981aad2202d4516')
14 build() {
15         cd $srcdir/$pkgname-$pkgver
16         ./configure
17         make
18         make install