lzo2: add 2.03
authorKoen Kooi <koen@openembedded.org>
Sat, 1 May 2010 17:22:09 +0000 (19:22 +0200)
committerKoen Kooi <koen@openembedded.org>
Sat, 1 May 2010 17:22:41 +0000 (19:22 +0200)
recipes/lzo/lzo2_2.03.bb [new file with mode: 0644]

diff --git a/recipes/lzo/lzo2_2.03.bb b/recipes/lzo/lzo2_2.03.bb
new file mode 100644 (file)
index 0000000..3396b78
--- /dev/null
@@ -0,0 +1,24 @@
+DESCRIPTION = "Lossless data compression library"
+HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
+LICENSE = "GPLv2+"
+SECTION = "libs"
+PRIORITY = "optional"
+
+SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz"
+SRC_URI[md5sum] = "0c3d078c2e8ea5a88971089a2f02a726"
+SRC_URI[sha256sum] = "8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591"
+
+S = "${WORKDIR}/lzo-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-shared"
+
+do_configure() {
+       gnu-configize --force
+       oe_runconf
+}
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
+