From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/opusfile/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/opusfile/PKGBUILD (limited to 'community/opusfile') diff --git a/community/opusfile/PKGBUILD b/community/opusfile/PKGBUILD new file mode 100644 index 000000000..d7a625073 --- /dev/null +++ b/community/opusfile/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 81936 2013-01-03 21:13:51Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski +# Contributor: DrZaius + +pkgname=opusfile +pkgver=0.2 +pkgrel=2 +pkgdesc='Library for opening, seeking, and decoding .opus files' +arch=('i686' 'x86_64') +url='http://www.opus-codec.org/' +license=('custom') +depends=('libogg' 'openssl' 'opus') +options=('!libtool') +source=(http://downloads.xiph.org/releases/opus/${pkgname}-${pkgver}.tar.gz) +md5sums=('454375f51fb2f84bef9bf2fbf9535bb1') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install + + install -Dm644 COPYING $pkgdir/usr/share/licenses/opusfile/LICENSE +} -- cgit v1.2.3-54-g00ecf