Date: Tuesday, February 6, 2018 @ 17:27:52
  Author: arojas
Revision: 289452

archrelease: copy trunk to community-x86_64

Added:
  rubberband/repos/community-x86_64/
  rubberband/repos/community-x86_64/PKGBUILD
    (from rev 289451, rubberband/trunk/PKGBUILD)

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

Copied: rubberband/repos/community-x86_64/PKGBUILD (from rev 289451, 
rubberband/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2018-02-06 17:27:52 UTC (rev 289452)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ray Rashif <sc...@archlinux.org>
+# Contributor: Felipe Machado aka arch_audio <machado.fel...@gmail.com>
+
+pkgname=rubberband
+pkgver=1.8.1
+pkgrel=4
+pkgdesc="Time-stretching and pitch-shifting audio library and utility"
+arch=('x86_64')
+url="http://www.breakfastquay.com/rubberband/";
+license=('GPL')
+depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk')
+makedepends=('ladspa')
+#source=("http://code.breakfastquay.com/attachments/download/34/$pkgname-$pkgver.tar.bz2";)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/breakfastquay/rubberband/archive/v$pkgver.tar.gz";)
+md5sums=('43dc4b3db1bab59f68e494a01d05252a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Reply via email to