mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/speexdsp to 1.2.0-2.1
This commit is contained in:
parent
7d83e1bd7b
commit
fb02f9cdbe
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure with --disable-neon
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgname=speexdsp
|
||||
pkgver=1.2.0
|
||||
pkgrel=2
|
||||
pkgrel=2.1
|
||||
pkgdesc="DSP library derived from Speex"
|
||||
arch=(x86_64)
|
||||
url="https://www.speex.org/"
|
||||
|
@ -20,7 +19,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --disable-neon
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue