Date: Saturday, August 19, 2017 @ 20:42:38
  Author: arojas
Revision: 302909

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  soundtouch/repos/testing-i686/
  soundtouch/repos/testing-i686/PKGBUILD
    (from rev 302908, soundtouch/trunk/PKGBUILD)
  soundtouch/repos/testing-x86_64/
  soundtouch/repos/testing-x86_64/PKGBUILD
    (from rev 302908, soundtouch/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: soundtouch/repos/testing-i686/PKGBUILD (from rev 302908, 
soundtouch/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-08-19 20:42:38 UTC (rev 302909)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger <[email protected]>
+
+pkgname=soundtouch
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="An audio processing library"
+arch=('i686' 'x86_64')
+url="http://www.surina.net/soundtouch/";
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a6829c6b00b8ea684a4998929b1ad05adac449f7')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
+}
+
+build() {
+  cd ${pkgname}
+  [ "${CARCH}" = "x86_64" ] && CONFIGFLAG="--with-pic"
+  ./bootstrap
+  ./configure --prefix=/usr --enable-shared ${CONFIGFLAG}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch install
+}

Copied: soundtouch/repos/testing-x86_64/PKGBUILD (from rev 302908, 
soundtouch/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-08-19 20:42:38 UTC (rev 302909)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger <[email protected]>
+
+pkgname=soundtouch
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="An audio processing library"
+arch=('i686' 'x86_64')
+url="http://www.surina.net/soundtouch/";
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a6829c6b00b8ea684a4998929b1ad05adac449f7')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
+}
+
+build() {
+  cd ${pkgname}
+  [ "${CARCH}" = "x86_64" ] && CONFIGFLAG="--with-pic"
+  ./bootstrap
+  ./configure --prefix=/usr --enable-shared ${CONFIGFLAG}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch install
+}

Reply via email to