SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "thunar-archive-plugin"

# SliTaz package receipt.

PACKAGE="thunar-archive-plugin"
VERSION="0.3.0"
CATEGORY="x-window"
TAGS="archive"
SHORT_DESC="Thunar Archive Manager plugin."
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://docs.xfce.org/xfce/thunar/archive"

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

SUGGESTED="thunar-archive-plugin-lang"
DEPENDS="thunar"
BUILD_DEPENDS="intltool libexo-dev libxfce4ui-dev startup-notification-dev
    thunar-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|.*plugin ||'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure            \
        --libexecdir=/usr/lib    \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_files        *.so*
    cook_copy_folders    icons
    cook_copy_folders    $PACKAGE
}
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)