mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
removed extra/speexdsp
This commit is contained in:
parent
8fc410eedf
commit
028cae1fb8
1 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
|||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgname=speexdsp
|
||||
pkgver=1.2.0
|
||||
pkgrel=2.1
|
||||
pkgdesc="DSP library derived from Speex"
|
||||
arch=(x86_64)
|
||||
url="https://www.speex.org/"
|
||||
license=(BSD)
|
||||
depends=(glibc)
|
||||
source=(https://downloads.us.xiph.org/releases/speex/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('e357cd5377415ea66c862302c7cf8bf6a10063cacd903f0846478975b87974cf5bdf00e2c6759d8f4f453c4c869cf284e9dc948a84a83d7b2ab96bd5405c05ec')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname-$pkgver
|
||||
make -k check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
|
||||
}
|
Loading…
Reference in a new issue