[arch-commits] Commit in lib32-soundtouch/repos (2 files)

Maxime Gauduin alucryd at archlinux.org
Sat Apr 16 16:42:31 UTC 2016


    Date: Saturday, April 16, 2016 @ 18:42:31
  Author: alucryd
Revision: 171185

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-soundtouch/repos/multilib-staging-x86_64/
  lib32-soundtouch/repos/multilib-staging-x86_64/PKGBUILD
    (from rev 171184, lib32-soundtouch/trunk/PKGBUILD)

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

Copied: lib32-soundtouch/repos/multilib-staging-x86_64/PKGBUILD (from rev 171184, lib32-soundtouch/trunk/PKGBUILD)
===================================================================
--- multilib-staging-x86_64/PKGBUILD	                        (rev 0)
+++ multilib-staging-x86_64/PKGBUILD	2016-04-16 16:42:31 UTC (rev 171185)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-soundtouch
+pkgver=1.9.2
+pkgrel=1
+pkgdesc='An audio processing library'
+arch=('x86_64')
+url='http://www.surina.net/soundtouch/'
+license=('LGPL')
+depends=('lib32-gcc-libs' 'soundtouch')
+makedepends=('gcc-multilib')
+source=("http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz")
+sha256sums=('caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513')
+
+build() {
+  cd soundtouch
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./bootstrap
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --enable-shared
+  make
+}
+
+package() {
+  cd soundtouch
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,doc,include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list