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

fix build
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Apr 19 02:39:34 2016 +0300 (2016-04-19)
parents 911eba0b2038
children d2d5bdba2570
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="http://git.make-linux.org/sde/waterline-plugin-multiload.git/tree/README.md"
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 }