diff options
Diffstat (limited to 'extra/portaudio/Pkgfile')
-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 +} |