mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
removed extra/wavpack
This commit is contained in:
parent
9cf16e122b
commit
0e8167c4a8
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
|||
# $Id$
|
||||
# Maintainer: Eric Bélanger <eric@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - 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"
|
||||
}
|
Loading…
Reference in a new issue