Date: Saturday, December 5, 2015 @ 19:42:56
  Author: foutrelis
Revision: 148673

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 148672, lib32-soundtouch/trunk/PKGBUILD)

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

Copied: lib32-soundtouch/repos/multilib-staging-x86_64/PKGBUILD (from rev 
148672, lib32-soundtouch/trunk/PKGBUILD)
===================================================================
--- multilib-staging-x86_64/PKGBUILD                            (rev 0)
+++ multilib-staging-x86_64/PKGBUILD    2015-12-05 18:42:56 UTC (rev 148673)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: josephgbr <[email protected]>
+
+pkgname=lib32-soundtouch
+pkgver=1.9.0
+pkgrel=2
+pkgdesc='An audio processing library'
+arch=('x86_64')
+url='http://www.surina.net/soundtouch/'
+license=('LGPL')
+depends=('lib32-gcc-libs' "${pkgname#*-}")
+makedepends=('gcc-multilib')
+source=("http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz";)
+sha256sums=('1fe4fc03cbfe696c1281fd623d089baffe1b70265acc60eac7a6d9b5742971ad')
+
+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:

Reply via email to