mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/wavpack to 4.70.0-1
This commit is contained in:
parent
63f8e6b815
commit
6b7e1916f6
1 changed files with 12 additions and 19 deletions
|
@ -1,38 +1,31 @@
|
||||||
# $Id: PKGBUILD 146400 2012-01-10 20:33:06Z andrea $
|
# $Id$
|
||||||
# Maintainer:
|
# Maintainer:
|
||||||
# Contributor: François Charette <firmicus ατ gmx δοτ net>
|
# Contributor: François Charette <firmicus ατ gmx δοτ net>
|
||||||
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
|
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
|
||||||
# Contributor: Michal Hybner <dta081@gmail.com>
|
# Contributor: Michal Hybner <dta081@gmail.com>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - changed configure line from --enable-mmx to --disable-mmx
|
# - changed configure line from --enable-mmx to --disable-mmx
|
||||||
|
|
||||||
plugrel=1
|
|
||||||
|
|
||||||
pkgname=wavpack
|
pkgname=wavpack
|
||||||
pkgver=4.60.1
|
pkgver=4.70.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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=('custom')
|
license=('BSD')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
options=('!libtool')
|
|
||||||
source=("http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2")
|
source=("http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2")
|
||||||
md5sums=('7bb1528f910e4d0003426c02db856063')
|
sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr --disable-mmx
|
||||||
--disable-mmx \
|
|
||||||
--disable-static
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
make DESTDIR=${pkgdir} install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||||
install -Dm644 license.txt \
|
|
||||||
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue