wok-6.x diff portaudio/receipt @ rev 16461
Add scrollz
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Apr 21 08:54:59 2014 +0100 (2014-04-21) |
parents | 218ae766f650 |
children | d6bd3fc6e0bd |
line diff
1.1 --- a/portaudio/receipt Thu Apr 19 09:09:23 2012 +0000 1.2 +++ b/portaudio/receipt Mon Apr 21 08:54:59 2014 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="A portable cross-platform audio API" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="alsa-lib jack-audio-connection-kit" 1.8 -BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev" 1.9 +LICENSE="CC-SA" 1.10 SOURCE="pa_stable" 1.11 TARBALL="${SOURCE}_${VERSION}.tgz" 1.12 WEB_SITE="http://www.portaudio.com/" 1.13 WGET_URL="http://www.portaudio.com/archives/$TARBALL" 1.14 1.15 +DEPENDS="alsa-lib jack-audio-connection-kit" 1.16 +BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -20,12 +22,12 @@ 1.22 --infodir=/usr/share/info \ 1.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/lib 1.33 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.34 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.35 }