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

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 09:22:02 UTC 2020


    Date: Saturday, May 16, 2020 @ 09:22:01
  Author: foutrelis
Revision: 383841

archrelease: copy trunk to staging-x86_64

Added:
  speex/repos/staging-x86_64/
  speex/repos/staging-x86_64/PKGBUILD
    (from rev 383840, speex/trunk/PKGBUILD)

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

Copied: speex/repos/staging-x86_64/PKGBUILD (from rev 383840, speex/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 09:22:01 UTC (rev 383841)
@@ -0,0 +1,31 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jason Chu <jason at archlinux.org>
+
+pkgname=speex
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="A free codec for free speech"
+arch=(x86_64)
+url="https://speex.org/"
+license=(BSD)
+depends=(libogg speexdsp)
+source=(https://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \
+    --enable-binaries # Must be given or configure won't use pkg-config correctly
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+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