SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xfce4-wavelan-plugin"

# SliTaz package receipt.

PACKAGE="xfce4-wavelan-plugin"
VERSION="0.5.12"
CATEGORY="x-window"
SHORT_DESC="Wavelan plugin for the Xfce4 panel."
MAINTAINER="maintainer@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin/start"

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

SUGGESTED="xfce4-wavelan-plugin-lang"
DEPENDS="gdk-pixbuf gtk+ libxfcegui4 libxfce4ui startup-notification
    xcb-util xfce4-panel"
BUILD_DEPENDS="file gdk-pixbuf-dev gtk+-dev libxfcegui4-dev libxfce4ui-dev pkg-config
    startup-notification-dev xcb-util-dev xfce4-panel-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://archive.xfce.org/src/panel-plugins/$PACKAGE/$(
    wget -O - https://archive.xfce.org/src/panel-plugins/$PACKAGE 2>/dev/null | \
    sed '/href/!d;s|.*href="||;s|/".*||' | sort -Vr | sed q) 2>/dev/null | \
    sed '/href="x/!d;s|.*gin-||;s|.tar.*||' | sort -Vr | sed q
}

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    plugins
    rm -f            $fs/usr/lib/xfce4/panel/plugins/libwavelan.la
}
6011 packages and 861676 files in cooking database (Sun Jun 8 00:51:35 2025)