diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:36:14 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:36:14 +0200 |
commit | e0691b8555b535d74d63a119ee9617974267dd02 (patch) | |
tree | f9fefcdcbde630abc7854e35226babaa472641db /extra | |
parent | da5870d7576491f6d0a8217b517b90cfa4a62cd3 (diff) | |
download | nutyx-extra-e0691b8555b535d74d63a119ee9617974267dd02.tar.gz nutyx-extra-e0691b8555b535d74d63a119ee9617974267dd02.tar.bz2 nutyx-extra-e0691b8555b535d74d63a119ee9617974267dd02.tar.xz nutyx-extra-e0691b8555b535d74d63a119ee9617974267dd02.zip |
Ajout portaudio#19-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/portaudio/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/portaudio/Pkgfile b/extra/portaudio/Pkgfile new file mode 100644 index 000000000..d169c6a73 --- /dev/null +++ b/extra/portaudio/Pkgfile @@ -0,0 +1,21 @@ +# $Id: build,v 1.3 2008/06/09 22:59:39 root Exp root $ +# Description: Platform multiplatform API audio +# URL: http://www.portaudio.com/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +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 \ + --with-host_os + make all-recursive + make PREFIX=$PKG/usr install + chown -R 0:0 $PKG +} |