wok diff jack-audio-connection-kit/receipt @ rev 2339

gpxe-pxe: url redondancy setup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 02 08:57:35 2009 +0000 (2009-03-02)
parents
children 84e6c4023ab1
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/jack-audio-connection-kit/receipt	Mon Mar 02 08:57:35 2009 +0000
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="jack-audio-connection-kit"
     1.7 +VERSION="0.109.2"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="low-latency audio server"
    1.10 +MAINTAINER="allan316@gmail.com"
    1.11 +BUILD_DEPENDS="alsa-lib-dev"
    1.12 +DEPENDS=""
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://jackaudio.org"
    1.15 +WGET_URL="http://jackaudio.org/downloads/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure --prefix=/usr --with-default-tempdir=/dev/shm \
    1.22 +	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.23 +	make
    1.24 +	make DESTDIR=$PWD/_pkg install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/lib/jack
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.33 +	cp -a $_pkg/usr/lib/jack/*.so* $fs/usr/lib/jack
    1.34 +	strip -s $fs/usr/bin/*
    1.35 +}
    1.36 +