wok-next diff rtaudio/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents e323d0535e2c
children
line diff
     1.1 --- a/rtaudio/receipt	Tue Mar 06 11:29:35 2018 +0200
     1.2 +++ b/rtaudio/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -4,15 +4,15 @@
     1.4  VERSION="4.0.11"
     1.5  CATEGORY="multimedia"
     1.6  SHORT_DESC="Common API for realtime audio input/output (C++ classes)"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="MIT"
    1.10  WEB_SITE="http://www.music.mcgill.ca/~gary/rtaudio/"
    1.11  
    1.12 -TARBALL="${PACKAGE}-${VERSION}.tar.gz"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="http://www.music.mcgill.ca/~gary/rtaudio/release/$TARBALL"
    1.15  
    1.16  BUILD_DEPENDS="alsa-lib-dev jack-dev"
    1.17 -SPLIT="rtaudio-dev"
    1.18 +SPLIT="$PACKAGE-dev"
    1.19  
    1.20  compile_rules() {
    1.21  	./configure \
    1.22 @@ -20,12 +20,12 @@
    1.23  		--with-alsa \
    1.24  		--with-jack \
    1.25  		$CONFIGURE_ARGS &&
    1.26 -	make -j 1
    1.27 +	make -j1
    1.28  	# Python bindings --> rtaudio-python ??
    1.29  	#cd $src/contrib/python/pyrtaudio
    1.30  	#CFLAGS="$CFLAGS -I../../../include" \
    1.31 -	#python setup.py build
    1.32 -	#python setup.py install --root="$DESTDIR"
    1.33 +	#python -B setup.py build
    1.34 +	#python -B setup.py install --root="$install"
    1.35  	echo "Continuing, any error will remine in pkg build..."
    1.36  
    1.37  	mkdir -p $install/usr/lib