updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / libcclc / PKGBUILD
blobbe221f53c8b86a48bec44a0e193771658ab70a93
1 # Maintainer : Pablo Nicolas Diaz Bilotto <pablonicolas.diaz en gmail.com>
3 pkgname=libcclc
4 pkgver=0.8.0
5 pkgrel=1
6 pkgdesc="Mkahawa is an open-source project that builds on Cafe Con Leche or CCL - the nifty, cross-platform Internet Cafe billing and Management Software started by Bruno Deferrari. - CCL client library"
7 arch=('i686' 'x86_64')
8 license=('custom')
9 url="http://mkahawa.sourceforge.net/index.php"
10 source=(http://www.mkahawa.net/downloads/${pkgname}_${pkgver}-1_i386.tar.bz2)
12 build() {
13   cd ${srcdir}/${pkgname}
14   ./configure --prefix=/usr # --bindir=/bin --without-included-regex
15   make || return 1
16   make DESTDIR=${pkgdir} install || return 1
18 md5sums=('81fa49bd5a00d572286a2ac4593e42fd')