# Contributor: Alexandre Courbot # Contributor: Michal Hybner pkgname=libkarma pkgver=0.1.2 pkgrel=1 pkgdesc="Network access library for the Rio Karma" arch=(i686 x86_64) url="http://www.freakysoft.de/html/libkarma/" license=('GPL') depends=('libusb-compat' 'taglib') source=(http://www.freakysoft.de/libkarma/libkarma-${pkgver}.tar.gz) md5sums=('2fe636b011dca1cd2a78cd189b891ed8') build() { cd ${srcdir}/libkarma-${pkgver}/ make -j1 } package() { cd ${srcdir}/libkarma-${pkgver}/ make -j1 PREFIX=${pkgdir}/usr install }