xdelta 3.0z: add
authorMichael Smith <msmith@cbnco.com>
Fri, 22 Oct 2010 21:31:07 +0000 (17:31 -0400)
committerMichael Smith <msmith@cbnco.com>
Fri, 22 Oct 2010 21:36:19 +0000 (17:36 -0400)
Signed-off-by: Michael Smith <msmith@cbnco.com>
Cc: Sergei Frankoff <sfrankoff@cbnco.com>
recipes/xdelta/xdelta_3.0z.bb [new file with mode: 0644]

diff --git a/recipes/xdelta/xdelta_3.0z.bb b/recipes/xdelta/xdelta_3.0z.bb
new file mode 100644 (file)
index 0000000..2ee3f3d
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "utilities for creating binary deltas"
+LICENSE = "GPLv2+"
+PR = "r0"
+SRC_URI = "http://xdelta.googlecode.com/files/xdelta${PV}.tar.gz"
+
+S = "${WORKDIR}/${PN}${PV}"
+
+do_compile() {
+        oe_runmake
+}
+
+do_install() {
+        install -d ${D}${bindir}
+        install -m 0755 ${S}/xdelta3 ${D}${bindir}/xdelta3
+}
+
+SRC_URI[md5sum] = "2b5b3c33438cff581ce5c12d66c28b6c"
+SRC_URI[sha256sum] = "5504b25eb21c743a651367976b40655ea874603976d83fd50ea8a3ef8725f3e6"