updated on Fri Jan 20 12:03:34 UTC 2012
[aur-mirror.git] / bgpq / PKGBUILD
blob63b5afe92fdbb9e0d229f0a635d22ac938379812
1 # Contributor: Oleg Alekseenko <al_oleg [at] bk.ru>
3 pkgname=bgpq
4 pkgver=1.0.9.7
5 pkgrel=1
6 pkgdesc="The program for access- and prefix-list generation (for Cisco routers and GateD network filters)"
7 arch=('i686' 'x86_64')
8 url="http://www.lexa.ru/snar/bgpq.html"
9 license=('bgpq')
10 depends=('flex') 
11 source=(ftp://ftp.lexa.ru/pub/domestic/snar/bgpq-${pkgver}.tgz)
12 md5sums=('a1c8c3ef463fd658bf0462f68a90410b')
14 build() {
15   cd bgpq-${pkgver}
17   ./configure --prefix=/usr || return 1
19   make  || return 1
20   
21   make install || return 1