aboutsummaryrefslogtreecommitdiffstats
path: root/plasma/datasource/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'plasma/datasource/Makefile')
-rw-r--r--plasma/datasource/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/plasma/datasource/Makefile b/plasma/datasource/Makefile
new file mode 100644
index 0000000..076755c
--- /dev/null
+++ b/plasma/datasource/Makefile
@@ -0,0 +1,11 @@
+all: plasmapkg
+
+plasmapkg:
+ zip -r ../../net_monitor_data.zip contents/ metadata.desktop
+
+clean:
+ rm -f ../../net_monitor_plasma_data.zip
+
+test: clean plasmapkg
+ plasmapkg -t dataengine -r net_monitor_data
+ plasmapkg -t dataengine -i ../../net_monitor_data.zip