mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed extra/opus
This commit is contained in:
parent
cce9e54ff8
commit
796647dcb8
1 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
|
||||
# Contributor: pumbur
|
||||
|
||||
# Remove when bumped upstream
|
||||
|
||||
pkgname=opus
|
||||
pkgver=1.1.1
|
||||
pkgrel=1.1
|
||||
pkgdesc="Codec designed for interactive speech and audio transmission over the Internet"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.opus-codec.org/"
|
||||
license=(BSD)
|
||||
depends=(glibc)
|
||||
source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('cfb354d4c65217ca32a762f8ab15f2ac')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr --enable-custom-modes --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname-$pkgver
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
Loading…
Reference in a new issue