wok view xfce4-whiskermenu-plugin/receipt @ rev 20701

updated airgeddon (3.31 -> 8.12)
author Hans-G?nter Theisgen
date Tue Feb 05 17:16:21 2019 +0100 (2019-02-05)
parents
children 922f061231c2
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-whiskermenu-plugin"
4 VERSION="1.7.5"
5 CATEGORY="x-window"
6 SHORT_DESC="An alternate application launcher for Xfce."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://gottcode.org/xfce4-whiskermenu-plugin/"
11 WGET_URL="https://archive.be.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="gtk+ libexo garcon xfce4-panel libxfce4ui"
14 BUILD_DEPENDS="cmake pkg-config gtk+-dev libexo-dev garcon-dev xfce4-panel-dev \
15 libxfce4ui-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mkdir build && cd build
21 cmake -DCMAKE_INSTALL_PREFIX=/usr ..
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs/
30 }