SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "decibel"

# SliTaz package receipt.

PACKAGE="decibel"
VERSION="1.08"
CATEGORY="multimedia"
SHORT_DESC="Decibel audio player for Gnome Desktop."
MAINTAINER="slaxemulator@gmail.com"
LICENSE="GPL2"
WEB_SITE="https://decibel.fingelrest.net"

SOURCE="$PACKAGE-audio-player"
TARBALL="$SOURCE-$VERSION.tar.gz"
WGET_URL="$WEB_SITE/uploads/Main/$TARBALL"

DEPENDS="dbus-python gst-python mutagen notify-python pygtk python"
BUILD_DEPENDS="findutils gettext"
    # findutils is needed to install locale files

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/atest version/!d;s|.*<strong>||;s|<.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    make prefix=/usr DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share

    cp -a $install/usr/bin            $fs/usr
    cp -a $install/usr/share/$SOURCE    $fs/usr/share
    cp -a $install/usr/share/pixmaps    $fs/usr/share
    cp -a $install/usr/share/applications    $fs/usr/share
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)