1 # Contributor: Mike Roberts <noodlesgc@gmail.com>
5 pkgdesc="Libcli provides a shared library for including a Cisco-like command-line interface into other software."
7 url="http://code.google.com/p/libcli/"
9 source=(http://libcli.googlecode.com/files/$pkgname-$pkgver.tar.gz)
10 md5sums=('b917617d21b90db214971efe64a33416')
13 cd "$srcdir/$pkgname-$pkgver"
16 make DESTDIR="$pkgdir/" PREFIX='/usr' install