mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/wavpack to 4.70.0-2
This commit is contained in:
parent
499120c9fb
commit
4f6d9902b0
1 changed files with 4 additions and 7 deletions
|
@ -1,26 +1,23 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
# Maintainer:
|
# Maintainer: Eric Bélanger <eric@archlinux.org>
|
||||||
# Contributor: François Charette <firmicus ατ gmx δοτ net>
|
|
||||||
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
|
|
||||||
# Contributor: Michal Hybner <dta081@gmail.com>
|
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - changed configure line from --enable-mmx to --disable-mmx
|
# - changed configure line from --enable-mmx to --disable-mmx
|
||||||
|
|
||||||
pkgname=wavpack
|
pkgname=wavpack
|
||||||
pkgver=4.70.0
|
pkgver=4.70.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Audio compression format with lossless, lossy and hybrid compression modes"
|
pkgdesc="Audio compression format with lossless, lossy and hybrid compression modes"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.wavpack.com/"
|
url="http://www.wavpack.com/"
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
source=("http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2")
|
source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
|
||||||
sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1')
|
sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
./configure --prefix=/usr --disable-mmx
|
./configure --prefix=/usr --libdir=/usr/lib --disable-mmx
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue