wok diff lxpanel-plugin-multiload/receipt @ rev 19052
Add: waterline, libsde*, waterline-plugin-multiload, lxpanel-plugin-multiload
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Apr 19 01:44:57 2016 +0300 (2016-04-19) |
parents | |
children | cd4372e408f3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxpanel-plugin-multiload/receipt Tue Apr 19 01:44:57 2016 +0300 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lxpanel-plugin-multiload" 1.7 +VERSION="f8b592a" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="multiload-nandhp is a port of the GNOME multiload applet to LXDE panel" 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://git.make-linux.org/sde/waterline-plugin-multiload.git/tree/README.md" 1.13 +WANTED="waterline-plugin-multiload" 1.14 + 1.15 +DEPENDS="lxpanel libgtop" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib/lxpanel/plugins 1.21 + cp -a $install/usr/lib/lxpanel/plugins/*.so $fs/usr/lib/lxpanel/plugins 1.22 +}