initial import
This commit is contained in:
25
opus-tools/PKGBUILD
Normal file
25
opus-tools/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=opus-tools
|
||||
pkgver=0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Collection of tools for Opus audio codec"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://wiki.xiph.org/Opus-tools'
|
||||
license=('Simplified-BSD')
|
||||
depends=('flac' 'libogg' 'opus' "opusfile>=0.12" 'libopusenc')
|
||||
source=("https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
|
||||
sha512sums=('6fdde8d938e8fadc9391b5d188883dab0aecf8b27d40d00b5d67d8fac9cfd9d5107b1934bfe6310587400f277c99d1db5cabf3d26f340ce2141873dec238e5ce')
|
||||
|
||||
build(){
|
||||
cd "$pkgname-$pkgver"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user