wok-next diff jack-audio-connection-kit/receipt @ rev 4095
Fix: PolicyKit0 FSH (again)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Sep 17 16:21:07 2009 +0200 (2009-09-17) |
parents | 0e8a884c7a3c |
children | 4466fa74bc06 |
line diff
1.1 --- a/jack-audio-connection-kit/receipt Thu Sep 11 19:06:27 2008 +0000 1.2 +++ b/jack-audio-connection-kit/receipt Thu Sep 17 16:21:07 2009 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="low-latency audio server" 1.5 MAINTAINER="allan316@gmail.com" 1.6 BUILD_DEPENDS="alsa-lib-dev" 1.7 -DEPENDS="" 1.8 +DEPENDS="alsa-lib ncurses readline" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://jackaudio.org" 1.11 WGET_URL="http://jackaudio.org/downloads/$TARBALL" 1.12 @@ -16,8 +16,8 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr --with-default-tempdir=/dev/shm \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22