updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / libcli / PKGBUILD
blob5380eeae9b277715afeed58f356ecae44661ecd8
1 # Contributor: Mike Roberts <noodlesgc@gmail.com>
2 pkgname=libcli
3 pkgver=1.9.4
4 pkgrel=1
5 pkgdesc="Libcli provides a shared library for including a Cisco-like command-line interface into other software."
6 arch=('i686' 'x86_64')
7 url="http://code.google.com/p/libcli/"
8 license=('GPL')
9 source=(http://libcli.googlecode.com/files/$pkgname-$pkgver.tar.gz)
10 md5sums=('b917617d21b90db214971efe64a33416')
12 build() {
13   cd "$srcdir/$pkgname-$pkgver"
15   make || return 1
16   make DESTDIR="$pkgdir/" PREFIX='/usr' install