From 63375e9d0ea34946178707b4e91abc8522ffcdf4 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 21 Jan 2011 00:15:01 +0000 Subject: [PATCH] dvdbackup-0.4.1: Initial recipe Signed-off-by: Andreas Oberritter --- recipes/dvdbackup/dvdbackup_0.4.1.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/dvdbackup/dvdbackup_0.4.1.bb 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 -- 2.39.5