[arch-commits] Commit in opus-tools/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:57:20 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:57:20
Author: felixonmars
Revision: 659045
archrelease: copy trunk to community-staging-x86_64
Added:
opus-tools/repos/community-staging-x86_64/
opus-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 659044, opus-tools/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: opus-tools/repos/community-staging-x86_64/PKGBUILD (from rev 659044, opus-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 15:57:20 UTC (rev 659045)
@@ -0,0 +1,28 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Michael Düll <mail at akurei.me>
+# Contributor: pumbur
+
+pkgname=opus-tools
+pkgver=0.2
+pkgrel=2
+pkgdesc='Collection of tools for Opus audio codec'
+arch=('x86_64')
+url='https://wiki.xiph.org/Opus-tools'
+license=('BSD')
+depends=('flac' 'libogg' 'opus' 'opusfile' 'libopusenc')
+source=("https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
+md5sums=('ff2d0536e960cabbfb8ca7c8c1759b6c')
+
+build(){
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list