[oe] [PATCH v2 resend] dvdauthor-0.6.18: initial recipe

Andreas Oberritter obi at opendreambox.org
Mon Oct 25 13:00:36 UTC 2010


* v2: updated DESCRIPTION, SECTION and PRIORITY

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 recipes/dvdauthor/dvdauthor_0.6.18.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 recipes/dvdauthor/dvdauthor_0.6.18.bb

diff --git a/recipes/dvdauthor/dvdauthor_0.6.18.bb b/recipes/dvdauthor/dvdauthor_0.6.18.bb
new file mode 100644
index 0000000..24f3a74
--- /dev/null
+++ b/recipes/dvdauthor/dvdauthor_0.6.18.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A set of tools to help you generate DVD files to be played back on a standalone DVD player"
+SECTION = "console/multimedia"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "freetype libdvdread libfribidi libpng libxml2 zlib"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+SRC_URI[md5sum] = "ded5373800ac6448ff044606f5047550"
+SRC_URI[sha256sum] = "0e21c2d9c09f7e347c4c9bd7b691455f524ec2e91bcafc18b84d7b7fb3a9cb26"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools
-- 
1.7.1





More information about the Openembedded-devel mailing list