wok view soundtouch/receipt @ rev 13104

Up: jack-audio-connection-kit to 0.121.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jun 26 18:38:08 2012 +0000 (2012-06-26)
parents
children 7a54ed6dfb65
line source
1 # SliTaz package receipt.
3 PACKAGE="soundtouch"
4 VERSION="1.5.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="An audio processing library"
7 MAINTAINER="slaxemulator@gmail.com"
8 WEB_SITE="http://www.surina.net/soundtouch/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$WEB_SITE/$TARBALL"
11 DEPENDS="gcc-lib-base"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 patch -Np1 -i $stuff/$PACKAGE-1.4.0-mmx-sse-compile-fix.patch
18 ./configure --enable-shared $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $install/usr/bin $fs/usr
26 cp -a $install/usr/lib/*.so* $fs/usr/lib
27 }