From e0691b8555b535d74d63a119ee9617974267dd02 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Wed, 12 Aug 2009 20:36:14 +0200 Subject: Ajout portaudio#19-1 --- extra/portaudio/Pkgfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 extra/portaudio/Pkgfile (limited to 'extra') 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 +} -- cgit v1.2.3-70-g09d2