SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xfce4-notifyd"

# SliTaz package receipt.

PACKAGE="xfce4-notifyd"
VERSION="0.2.2"
CATEGORY="x-window"
SHORT_DESC="Simple, visually-appealing notification daemon for Xfce."
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL2"
WEB_SITE="https://docs.xfce.org/apps/xfce4-notifyd/start"

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

SUGGESTED="xfce4-notifyd-lang"
DEPENDS="libxfce4ui"
BUILD_DEPENDS="gtk+-dev libxfce4ui-dev libxfce4util-dev xfconf-dev"

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

# Rules to configure and make the package.
compile_rules()
{
    ./configure        \
        --disable-debug    \
        --enable-nls    \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
    cook_copy_folders    icons
    cook_copy_folders    lib
    cook_copy_folders    dbus-1
    cook_copy_folders    themes
}
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)