SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xfce4-whiskermenu-plugin"

# SliTaz package receipt.

PACKAGE="xfce4-whiskermenu-plugin"
VERSION="1.7.5"
CATEGORY="x-window"
SHORT_DESC="An alternate application launcher for Xfce."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://gottcode.org/xfce4-whiskermenu-plugin/"
WGET_URL="https://archive.be.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"

DEPENDS="gtk+ libexo garcon xfce4-panel libxfce4ui"
BUILD_DEPENDS="cmake pkg-config gtk+-dev libexo-dev garcon-dev xfce4-panel-dev \
libxfce4ui-dev"

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

# Rules to configure and make the package.
compile_rules()
{
    mkdir build && cd build
    cmake -DCMAKE_INSTALL_PREFIX=/usr ..
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/usr $fs/
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)