wok annotate lxpanel-plugin-multiload/receipt @ rev 19765
xfig, transfig: use png_set_dither with libpng
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 20 09:30:03 2017 +0100 (2017-02-20) |
parents | cd4372e408f3 |
children | 6135577f4d08 |
rev | line source |
---|---|
psychomaniak@19052 | 1 # SliTaz package receipt. |
psychomaniak@19052 | 2 |
psychomaniak@19052 | 3 PACKAGE="lxpanel-plugin-multiload" |
psychomaniak@19052 | 4 VERSION="f8b592a" |
psychomaniak@19052 | 5 CATEGORY="x-window" |
psychomaniak@19052 | 6 SHORT_DESC="multiload-nandhp is a port of the GNOME multiload applet to LXDE panel" |
psychomaniak@19052 | 7 MAINTAINER="psychomaniak@xakep.ru" |
psychomaniak@19052 | 8 LICENSE="GPL2" |
psychomaniak@19052 | 9 WEB_SITE="http://git.make-linux.org/sde/waterline-plugin-multiload.git/tree/README.md" |
psychomaniak@19052 | 10 WANTED="waterline-plugin-multiload" |
psychomaniak@19052 | 11 |
psychomaniak@19052 | 12 DEPENDS="lxpanel libgtop" |
psychomaniak@19052 | 13 |
psychomaniak@19052 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
psychomaniak@19052 | 15 genpkg_rules() |
psychomaniak@19052 | 16 { |
psychomaniak@19052 | 17 mkdir -p $fs/usr/lib/lxpanel/plugins |
psychomaniak@19052 | 18 cp -a $install/usr/lib/lxpanel/plugins/*.so $fs/usr/lib/lxpanel/plugins |
psychomaniak@19052 | 19 } |