mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/speex: update
This commit is contained in:
parent
943c90d8c4
commit
7d83e1bd7b
1 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||||
# Contributor: Jason Chu <jason@archlinux.org>
|
# Contributor: Jason Chu <jason@archlinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# remove when bumped upstream
|
||||||
# - enhancements for armv5
|
|
||||||
|
|
||||||
pkgname=speex
|
pkgname=speex
|
||||||
pkgver=1.2.0
|
pkgver=1.2.0
|
||||||
|
@ -17,9 +16,7 @@ sha256sums=('eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \
|
||||||
[[ "$CARCH" == "arm" ]] && CONFIG="--enable-arm5e-asm --enable-fixed-point"
|
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static $CONFIG \
|
|
||||||
--enable-binaries # Must be given or configure won't use pkg-config correctly
|
--enable-binaries # Must be given or configure won't use pkg-config correctly
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue