task-importmedia: an aggregate task to collect all media acquistions programs
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 17 Nov 2010 21:33:00 +0000 (22:33 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 17 Nov 2010 21:33:00 +0000 (22:33 +0100)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/tasks/task-importmedia.bb [new file with mode: 0644]

diff --git a/recipes/tasks/task-importmedia.bb b/recipes/tasks/task-importmedia.bb
new file mode 100644 (file)
index 0000000..2190543
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "programs to import content from external sources"
+PR = "r0"
+LICENSE = "MIT"
+
+inherit task
+
+# needs a choice between rtorrent and transmission
+RDEPENDS_${PN} = "\
+    rtorrent \
+    transmission \
+    ivman \
+    cdstatus \
+    gphoto2 \
+    nzbget \
+    streamripper \
+    "
+