SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xfce4-volumed"

# SliTaz package receipt.

PACKAGE="xfce4-volumed"
VERSION="0.1.13"
CATEGORY="x-window"
SHORT_DESC="Volume keys daemon for Xfce."
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL3"
WEB_SITE="https://launchpad.net/xfce4-volumed/"

TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://archive.xfce.org/src/apps/xfce4-volumed/${VERSION%.*}/$TARBALL"

DEPENDS="gst-plugins-base libkeybinder libnotify xfconf"
BUILD_DEPENDS="gst-plugins-base-dev gstreamer-dev libkeybinder-dev
    libnotify-dev libxml2-dev xfconf-dev"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \
    sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \
    sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
    cook_copy_folders    etc
}
6017 packages and 861739 files in cooking database (Sun Sep 21 00:48:01 2025)