summaryrefslogtreecommitdiffstats
path: root/portaudio/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'portaudio/Pkgfile')
-rw-r--r--portaudio/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/portaudio/Pkgfile b/portaudio/Pkgfile
new file mode 100644
index 000000000..405595a0e
--- /dev/null
+++ b/portaudio/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Platform multiplatform API audio
+# URL: http://www.portaudio.com/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: jack-audio-connection-kit
+# Run on: jack-audio-connection-kit
+
+name=portaudio
+version=19
+release=1
+source=(http://www.portaudio.com/archives/pa_stable_v19_20071207.tar.gz)
+
+build() {
+ mkdir -p $PKG/usr/{include,lib}
+ cd $name
+ ./configure --prefix=/usr
+ make all-recursive
+ make PREFIX=$PKG/usr install
+ chown -R 0:0 $PKG
+}
+