diff options
author | root <root@rshg054.dnsready.net> | 2013-09-08 02:19:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-08 02:19:16 -0700 |
commit | de304c3ed7036488819426771b7edd1897e2ba9a (patch) | |
tree | e9c4427e11229cb8251fa5a269e4bc2c0071eaa9 /community/portaudio_cpp | |
parent | b764a223c0b6b4a0001839d8b0fd83b604fbb219 (diff) |
Sun Sep 8 02:16:12 PDT 2013
Diffstat (limited to 'community/portaudio_cpp')
-rw-r--r-- | community/portaudio_cpp/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/portaudio_cpp/PKGBUILD b/community/portaudio_cpp/PKGBUILD deleted file mode 100644 index be0d476ec..000000000 --- a/community/portaudio_cpp/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 69618 2012-04-20 13:57:47Z lfleischer $ -# Maintainer: Bob Finch <w9ya@qrparci.net> - -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" -} |