SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "alsaequal"

# SliTaz package receipt.

PACKAGE="alsaequal"
VERSION="0.7.1"
CATEGORY="multimedia"
SHORT_DESC="Real-time adjustable equalizer plugin for ALSA."
MAINTAINER="paul@slitaz.org"
LICENSE="LGPL2.1"
WEB_SITE="https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL"
WGET_URL="https://github.com/bassdr/$PACKAGE/archive/v$VERSION.tar.gz"

DEPENDS="alsa-utils caps"
BUILD_DEPENDS="alsa-lib-dev caps ladspa-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/bassdr/alsaequal/releases 2> /dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    make 
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib/alsa-lib
    cp -a $src/*.so*    $fs/usr/lib/alsa-lib
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)