# $Id: PKGBUILD 68070 2010-02-10 17:08:28Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: damir pkgname=mpck pkgver=0.19 pkgrel=1 license=('GPL') pkgdesc="Reads MP3 files and tries to determine if they are correct" arch=('i686' 'x86_64' 'mips64el') url="http://checkmate.gissen.nl/" depends=('glibc') source=(http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz) md5sums=('f72114b0982a101b68ddeb65f99b84f7') build() { cd "${srcdir}/checkmate-${pkgver}" ./configure --prefix=/usr make || return 1 make prefix="${pkgdir}/usr" install || return 1 }