wok view alsaequal/receipt @ rev 9770

libgnomeprintui: Fix BUILD_DEPENDS and clean-up
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 20:32:36 2011 +0200 (2011-05-11)
parents 59e66b4ed5ee
children 617dbdeb6f7e
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 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib/alsa-lib
25 cp -a $src/*.so* $fs/usr/lib/alsa-lib
26 }