# $Id$ # Maintainer: Eric BĂ©langer # ALARM: Kevin Mihelich # - changed configure line from --enable-mmx to --disable-mmx pkgname=wavpack pkgver=4.70.0 pkgrel=2 pkgdesc="Audio compression format with lossless, lossy and hybrid compression modes" arch=('i686' 'x86_64') url="http://www.wavpack.com/" license=('BSD') depends=('glibc') source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2) sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --libdir=/usr/lib --disable-mmx make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }