aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dvdbackup
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-21 00:15:01 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-22 17:58:22 +0000
commit63375e9d0ea34946178707b4e91abc8522ffcdf4 (patch)
tree6e7254a775b0ccb9fe53281b4037c999ba7a6d5b /recipes/dvdbackup
parent8e7adfdd708a8ddc57cecfd7041332cc176c034e (diff)
downloadopenembedded-63375e9d0ea34946178707b4e91abc8522ffcdf4.tar.gz
dvdbackup-0.4.1: Initial recipe
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/dvdbackup')
-rw-r--r--recipes/dvdbackup/dvdbackup_0.4.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/dvdbackup/dvdbackup_0.4.1.bb b/recipes/dvdbackup/dvdbackup_0.4.1.bb
new file mode 100644
index 0000000000..ede6b55af8
--- /dev/null
+++ b/recipes/dvdbackup/dvdbackup_0.4.1.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Tool to rip DVDs from the command line"
+SECTION = "console/multimedia"
+PRIORITY = "optional"
+LICENSE = "GPLv3+"
+DEPENDS = "libdvdread"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2"
+SRC_URI[md5sum] = "e4b35ba716852361f35cecafff44f37c"
+SRC_URI[sha256sum] = "8194fe84950f3886551e75357d56c0fff3bd5fbd47d3b661c75d57d60cd3c6be"
+
+inherit autotools