summaryrefslogtreecommitdiff
path: root/community/pd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/pd
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/pd')
-rw-r--r--community/pd/PKGBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/community/pd/PKGBUILD b/community/pd/PKGBUILD
deleted file mode 100644
index 365b70e67..000000000
--- a/community/pd/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 92233 2013-06-03 06:13:55Z bpiotrowski $
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: TDY <tdy@gmx.com>
-# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
-
-pkgname=pd
-pkgver=0.44.3
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=2
-pkgdesc="The Pure Data real-time music and multimedia environment"
-arch=('i686' 'x86_64')
-url="http://crca.ucsd.edu/~msp/software.html"
-license=('custom:BSD')
-depends=('jack' 'fftw' 'tk')
-provides=('puredata')
-source=("http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz")
-md5sums=('a3e8ca0eab039dc472a6533ef9344582')
-
-build() {
- cd "$srcdir/pd-$_ver"
- ./autogen.sh
- ./configure --prefix=/usr \
- --enable-alsa \
- --enable-jack \
- --enable-fftw \
- --disable-portaudio
- make
-}
-
-package() {
- cd "$srcdir/pd-$_ver"
- make DESTDIR="$pkgdir" install
-
- # license
- install -Dm644 LICENSE.txt \
- "$pkgdir/usr/share/licenses/pd/LICENSE"
-}