diff options
author | Eugeni Dodonov <eugeni@mandriva.com> | 2011-01-16 19:51:17 -0200 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.com> | 2011-01-16 19:51:17 -0200 |
commit | 25180fabda6e04c7feafa763b67282b920e1921e (patch) | |
tree | 39d1c4916c4a92404fb66cdca3b8d4ca686d3ac8 /plasma/applet/Makefile | |
parent | ac555d6b7644776b4351eb4981dab3aedc135883 (diff) | |
download | net_monitor-25180fabda6e04c7feafa763b67282b920e1921e.tar net_monitor-25180fabda6e04c7feafa763b67282b920e1921e.tar.gz net_monitor-25180fabda6e04c7feafa763b67282b920e1921e.tar.bz2 net_monitor-25180fabda6e04c7feafa763b67282b920e1921e.tar.xz net_monitor-25180fabda6e04c7feafa763b67282b920e1921e.zip |
Move applet into plasma/applet/
Diffstat (limited to 'plasma/applet/Makefile')
-rw-r--r-- | plasma/applet/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plasma/applet/Makefile b/plasma/applet/Makefile new file mode 100644 index 0000000..ba9252b --- /dev/null +++ b/plasma/applet/Makefile @@ -0,0 +1,7 @@ +all: plasmapkg + +plasmapkg: + zip -r ../net_monitor_plasma.zip contents/ metadata.desktop + +clean: + rm -f ../net_monitor_plasma.zip |