wok-4.x view alsaequal/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents 59e66b4ed5ee
children
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 }