wok-next diff portaudio/receipt @ rev 21527

updated bootchart (0.9 -> 1.20)
author Hans-G?nter Theisgen
date Fri Jun 19 15:06:45 2020 +0100 (2020-06-19)
parents 10df65db91ad
children
line diff
     1.1 --- a/portaudio/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/portaudio/receipt	Fri Jun 19 15:06:45 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="v19_20110326"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="A portable cross-platform audio API"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="CC-SA"
    1.10  WEB_SITE="http://www.portaudio.com/"
    1.11  
    1.12 @@ -12,13 +12,13 @@
    1.13  WGET_URL="http://www.portaudio.com/archives/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="alsa-lib-dev jack-dev"
    1.16 -SPLIT="portaudio-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	./configure $CONFIGURE_ARGS &&
    1.21  	fix libtool &&
    1.22  	make &&
    1.23 -	make DESTDIR=$DESTDIR install
    1.24 +	make DESTDIR=$install install
    1.25  }
    1.26  
    1.27  genpkg_rules() {