From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/portaudio_cpp/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/portaudio_cpp/PKGBUILD (limited to 'community/portaudio_cpp/PKGBUILD') diff --git a/community/portaudio_cpp/PKGBUILD b/community/portaudio_cpp/PKGBUILD new file mode 100644 index 000000000..be0d476ec --- /dev/null +++ b/community/portaudio_cpp/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 69618 2012-04-20 13:57:47Z lfleischer $ +# Maintainer: Bob Finch + +pkgname=portaudio_cpp +pkgver=19_20111121 +pkgrel=1 +pkgdesc='PortAudio C++ bindings' +arch=('i686' 'x86_64') +url='http://www.portaudio.com/' +license=('custom') +depends=("portaudio=${pkgver}" 'gcc-libs') +options=('!libtool') +source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz") +md5sums=('25c85c1cc5e9e657486cbc299c6c035a') + +build() { + cd "$srcdir/portaudio" + + ./configure --prefix=/usr --enable-cxx + make +} + +package() { + cd "$srcdir/portaudio/bindings/cpp" + + make DESTDIR="$pkgdir" install + install -Dm0644 ../../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt" +} -- cgit v1.2.3-54-g00ecf