wok view soundtouch/receipt @ rev 13224

get-wifi-firmware: fix get-ipw2?00-firmware
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 12 15:55:25 2012 +0200 (2012-08-12)
parents d64255d3603e
children 600aaedb561d
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"
12 BUILD_DEPENDS="libtool"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 patch -Np1 -i $stuff/$PACKAGE-1.4.0-mmx-sse-compile-fix.patch
19 ./configure --enable-shared $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }