wok view lxpanel-plugin-multiload/receipt @ rev 22739

updated doxygen (1.8.15 -> 1.8.17)
author Hans-G?nter Theisgen
date Fri Jan 24 07:40:21 2020 +0100 (2020-01-24)
parents d2d5bdba2570
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-plugin-multiload"
4 VERSION="f8b592a"
5 CATEGORY="x-window"
6 SHORT_DESC="multiload-nandhp is a port of the GNOME multiload applet to LXDE panel"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/sde-gui/waterline-plugin-multiload"
10 WANTED="waterline-plugin-multiload"
12 DEPENDS="lxpanel libgtop"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/lxpanel/plugins
18 cp -a $install/usr/lib/lxpanel/plugins/*.so $fs/usr/lib/lxpanel/plugins
19 }