summaryrefslogtreecommitdiff
path: root/community/portaudio_cpp
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-22 12:32:21 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-22 12:32:21 +0200
commita019d9889a5b3803d57833c4b4502533f029c98b (patch)
treea928035510b10f044f532fe1a6f46a22137809ad /community/portaudio_cpp
parent53f7b4b48972c757f0e68d4b02847a19e23d7232 (diff)
parentaf1e6c210b43ea6b8e043524edccb1d0befd257f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/portaudio_cpp/PKGBUILD extra/cmake/PKGBUILD extra/xfce4-clipman-plugin/PKGBUILD extra/xfce4-time-out-plugin/PKGBUILD multilib/lib32-mpg123/PKGBUILD multilib/lib32-openssl/PKGBUILD testing/telepathy-glib/PKGBUILD
Diffstat (limited to 'community/portaudio_cpp')
-rw-r--r--community/portaudio_cpp/PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/community/portaudio_cpp/PKGBUILD b/community/portaudio_cpp/PKGBUILD
index 00ed1b3ac..b3f9f7eaa 100644
--- a/community/portaudio_cpp/PKGBUILD
+++ b/community/portaudio_cpp/PKGBUILD
@@ -1,26 +1,28 @@
-# $Id: PKGBUILD 55337 2011-09-10 02:09:27Z ebelanger $
+# $Id: PKGBUILD 69618 2012-04-20 13:57:47Z lfleischer $
# Maintainer: Bob Finch <w9ya@qrparci.net>
pkgname=portaudio_cpp
-pkgver=19_20110326
+pkgver=19_20111121
pkgrel=1
-pkgdesc="PortAudio c++ bindings"
+pkgdesc='PortAudio C++ bindings'
arch=('i686' 'x86_64' 'mips64el')
-url="http://www.portaudio.com/"
+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=('8f266ce03638419ef46e4efcb0fabde6')
+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 -D -m644 ../../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm0644 ../../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
}