wok-current view alsaequal/receipt @ rev 8464
Add: libofx*'
| author | Eric Joseph-Alexandre <erjo@slitaz.org> | 
|---|---|
| date | Mon Feb 07 16:40:34 2011 +0100 (2011-02-07) | 
| parents | c67f7e54457a | 
| children | a1c1d35d9f92 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="alsaequal"
     4 VERSION="0.6"
     5 CATEGORY="multimedia"
     6 SHORT_DESC="Real-time adjustable equalizer plugin for ALSA."
     7 MAINTAINER="paul@slitaz.org"
     8 DEPENDS="alsa-utils caps"
     9 BUILD_DEPENDS="caps alsa-lib-dev"
    10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
    11 WEB_SITE="http://www.thedigitalmachine.net/alsaequal.html"
    12 WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL"
    14 # Rules to configure and make the package.
    15 compile_rules()
    16 {
    17 	src=$PACKAGE
    18 	cd $src
    19 	make 
    20 }
    22 # Rules to gen a SliTaz package suitable for Tazpkg.
    23 genpkg_rules()
    24 {
    25 	mkdir -p $fs/usr/lib/alsa-lib
    26 	src=$PACKAGE
    27 	cp -a $src/*.so* $fs/usr/lib/alsa-lib
    28 }