[arch-commits] Commit in pd/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sun Oct 23 09:11:08 UTC 2016
Date: Sunday, October 23, 2016 @ 09:11:07
Author: arojas
Revision: 193031
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
pd/repos/community-testing-i686/
pd/repos/community-testing-i686/PKGBUILD
(from rev 193030, pd/trunk/PKGBUILD)
pd/repos/community-testing-x86_64/
pd/repos/community-testing-x86_64/PKGBUILD
(from rev 193030, pd/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 39 ++++++++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 39 ++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
Copied: pd/repos/community-testing-i686/PKGBUILD (from rev 193030, pd/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-23 09:11:07 UTC (rev 193031)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=pd
+pkgver=0.47.1
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('i686' 'x86_64')
+url="http://msp.ucsd.edu/software.html"
+license=('custom:BSD')
+depends=('jack' 'tk' 'fftw')
+provides=('puredata')
+options=('!strip')
+source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz")
+md5sums=('78f012826bdbebcc683e15e5f8a94db9')
+
+build() {
+ cd pd-$_ver
+ ./autogen.sh
+ ./configure --prefix=/usr \
+ --enable-alsa \
+ --enable-jack \
+ --disable-portaudio \
+ --enable-fftw=no \
+ --enable-debug
+ make
+}
+
+package() {
+ cd pd-$_ver
+ make DESTDIR="$pkgdir" install
+
+ # license
+ install -Dm644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/pd/LICENSE"
+}
Copied: pd/repos/community-testing-x86_64/PKGBUILD (from rev 193030, pd/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2016-10-23 09:11:07 UTC (rev 193031)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=pd
+pkgver=0.47.1
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=1
+pkgdesc="The Pure Data real-time music and multimedia environment"
+arch=('i686' 'x86_64')
+url="http://msp.ucsd.edu/software.html"
+license=('custom:BSD')
+depends=('jack' 'tk' 'fftw')
+provides=('puredata')
+options=('!strip')
+source=("http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz")
+md5sums=('78f012826bdbebcc683e15e5f8a94db9')
+
+build() {
+ cd pd-$_ver
+ ./autogen.sh
+ ./configure --prefix=/usr \
+ --enable-alsa \
+ --enable-jack \
+ --disable-portaudio \
+ --enable-fftw=no \
+ --enable-debug
+ make
+}
+
+package() {
+ cd pd-$_ver
+ make DESTDIR="$pkgdir" install
+
+ # license
+ install -Dm644 LICENSE.txt \
+ "$pkgdir/usr/share/licenses/pd/LICENSE"
+}
More information about the arch-commits
mailing list