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

Felix Yan felixonmars at archlinux.org
Tue May 19 08:24:21 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:24:20
  Author: felixonmars
Revision: 386283

archrelease: copy trunk to staging-x86_64

Added:
  soundtouch/repos/staging-x86_64/
  soundtouch/repos/staging-x86_64/PKGBUILD
    (from rev 386280, soundtouch/trunk/PKGBUILD)

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

Copied: soundtouch/repos/staging-x86_64/PKGBUILD (from rev 386280, soundtouch/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:24:20 UTC (rev 386283)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=soundtouch
+pkgver=2.1.2
+pkgrel=2
+pkgdesc='An audio processing library'
+arch=(x86_64)
+url='https://www.surina.net/soundtouch/'
+license=(LGPL)
+makedepends=(git)
+source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd soundtouch
+
+  ./bootstrap
+}
+
+build() {
+  cd soundtouch
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-shared
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" pkgdocdir='/usr/share/doc/soundtouch' -C soundtouch install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list