mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/speexdsp to 1.2rc3-4
This commit is contained in:
parent
48e023e82a
commit
6664501a28
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue