diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/opusfile | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/opusfile')
-rw-r--r-- | community/opusfile/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/opusfile/PKGBUILD b/community/opusfile/PKGBUILD deleted file mode 100644 index d7a625073..000000000 --- a/community/opusfile/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 81936 2013-01-03 21:13:51Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> -# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com> - -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 -} |