From: Andreas Oberritter Date: Fri, 21 Jan 2011 00:15:01 +0000 (+0000) Subject: dvdbackup-0.4.1: Initial recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63375e9d0ea34946178707b4e91abc8522ffcdf4;p=openembedded.git dvdbackup-0.4.1: Initial recipe Signed-off-by: Andreas Oberritter --- 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