SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "caps"

# SliTaz package receipt.

PACKAGE="caps"
VERSION="0.9.26"
CATEGORY="multimedia"
SHORT_DESC="The CAPS Audio Plugin Suite."
MAINTAINER="paul@slitaz.org"
LICENSE="GPL2"
WEB_SITE="http://quitte.de/dsp/caps.html"

TARBALL="${PACKAGE}_${VERSION}.tar.bz2"
WGET_URL="http://quitte.de/dsp/$TARBALL"

DEPENDS=""
BUILD_DEPENDS="python"

# What is the latest version available today?
current_version()
{
    wget -O - http://quitte.de/dsp/caps.html 2>/dev/null | \
    sed "/latest/d;/${PACKAGE}_[0-9]/!d;/tar/!d;s|.*${PACKAGE}_||;s|.tar.*||;q"
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure.py 
    make rdf
    make caps.so
}

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