[arch-commits] Commit in opus/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue May 19 08:14:28 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:14:27
  Author: foutrelis
Revision: 386207

archrelease: copy trunk to staging-x86_64

Added:
  opus/repos/staging-x86_64/
  opus/repos/staging-x86_64/PKGBUILD
    (from rev 386206, opus/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: opus/repos/staging-x86_64/PKGBUILD (from rev 386206, opus/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:14:27 UTC (rev 386207)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
+# Contributor: pumbur
+
+pkgname=opus
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="Totally open, royalty-free, highly versatile audio codec"
+arch=(x86_64)
+url="https://www.opus-codec.org/"
+license=(BSD)
+depends=(glibc)
+makedepends=(doxygen)
+source=(https://archive.mozilla.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-custom-modes
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}



More information about the arch-commits mailing list