wok diff xfce4-whiskermenu-plugin/receipt @ rev 23545
updated python-pyserial (2.7 -> 3.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 17:31:37 2020 +0100 (2020-04-06) |
parents | |
children | 922f061231c2 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfce4-whiskermenu-plugin/receipt Mon Apr 06 17:31:37 2020 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfce4-whiskermenu-plugin" 1.7 +VERSION="1.7.5" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="An alternate application launcher for Xfce." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="https://gottcode.org/xfce4-whiskermenu-plugin/" 1.14 +WGET_URL="https://archive.be.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL" 1.15 + 1.16 +DEPENDS="gtk+ libexo garcon xfce4-panel libxfce4ui" 1.17 +BUILD_DEPENDS="cmake pkg-config gtk+-dev libexo-dev garcon-dev xfce4-panel-dev \ 1.18 +libxfce4ui-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + mkdir build && cd build 1.24 + cmake -DCMAKE_INSTALL_PREFIX=/usr .. 1.25 + make && 1.26 + make DESTDIR=$DESTDIR install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + cp -a $install/usr $fs/ 1.33 +}