
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 }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)