wok view alsaequal/receipt @ rev 18521

Add wxWidgets28 for oldstable version of wxWidgets. Move old packages to use it.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 26 02:54:52 2015 +0200 (2015-10-26)
parents a1c1d35d9f92
children 814c58f64f83
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 LICENSE="LGPL2.1"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.thedigitalmachine.net/alsaequal.html"
11 WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL"
13 DEPENDS="alsa-utils caps"
14 BUILD_DEPENDS="caps alsa-lib-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib/alsa-lib
27 cp -a $src/*.so* $fs/usr/lib/alsa-lib
28 }