wok annotate xfce4-whiskermenu-plugin/receipt @ rev 20896

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