SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg

Receipt for package "xfce4-appfinder"

# SliTaz package receipt.

PACKAGE="xfce4-appfinder"
VERSION="4.12.0"
CATEGORY="x-window"
SHORT_DESC="Xfce Application Finder."
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://docs.xfce.org/xfce/xfce4-appfinder/start"

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

SUGGESTED="xfce4-appfinder-lang"
DEPENDS="dbus-glib gamin garcon gtk+ libxfce4ui startup-notification
    thunar util-linux-uuid xfconf"
BUILD_DEPENDS="dbus-glib-dev garcon-dev gtk+-dev intltool libxfce4ui-dev libxfce4util-dev
    startup-notification-dev util-linux-uuid-dev xcb-util-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|.*appfinder ||'
}

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
}
6011 packages and 861680 files in cooking database (Sun Aug 10 00:48:19 2025)