[oe-commits] Andreas Oberritter : dvdbackup-0.4.1: Initial recipe

git version control git at git.openembedded.org
Sat Jan 22 18:19:58 UTC 2011


Module: openembedded.git
Branch: master
Commit: 63375e9d0ea34946178707b4e91abc8522ffcdf4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=63375e9d0ea34946178707b4e91abc8522ffcdf4

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Jan 21 00:15:01 2011 +0000

dvdbackup-0.4.1: Initial recipe

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>

---

 recipes/dvdbackup/dvdbackup_0.4.1.bb |   11 +++++++++++
 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 0000000..ede6b55
--- /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





More information about the Openembedded-commits mailing list