extra/speexdsp to 1.2rc3-4

This commit is contained in:
Kevin Mihelich 2019-02-15 19:20:01 +00:00
parent 48e023e82a
commit 6664501a28

View file

@ -1,4 +1,3 @@
# $Id$
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
@ -6,10 +5,10 @@
pkgname=speexdsp
pkgver=1.2rc3
pkgrel=3
pkgrel=4
pkgdesc="DSP library derived from Speex"
arch=(x86_64)
url="http://www.speex.org/"
url="https://www.speex.org/"
license=(BSD)
depends=(glibc)
source=(https://downloads.us.xiph.org/releases/speex/$pkgname-$pkgver.tar.gz
@ -37,5 +36,5 @@ check() {
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
}