[oe-commits] Chris Larson : lzip: add recipe, version 1.11

git version control git at git.openembedded.org
Tue Oct 26 19:19:48 UTC 2010


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

Author: Chris Larson <chris_larson at mentor.com>
Date:   Tue Oct 26 12:14:20 2010 -0700

lzip: add recipe, version 1.11

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/lzip/lzip_1.11.bb |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/recipes/lzip/lzip_1.11.bb b/recipes/lzip/lzip_1.11.bb
new file mode 100644
index 0000000..f1db467
--- /dev/null
+++ b/recipes/lzip/lzip_1.11.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "Lzip is a lossless data compressor based on the LZMA algorithm"
+HOMEPAGE = "http://lzip.nongnu.org/lzip.html"
+LICENSE = "GPLv3+"
+PR = "0"
+
+SRC_URI = "${SAVANNAH_MIRROR}/releases/lzip/lzip-${PV}.tar.gz"
+SRC_URI[md5sum] = "ba9d0a705e47bcd2b73145d238aa7b58"
+SRC_URI[sha256sum] = "c3cfd2396733f6817b25a2bd1b019447ac2fa692f6fe5dc477631a9dbb31b00b"
+
+CONFIGUREOPTS = "\
+    '--srcdir=${S}' \
+    '--prefix=${prefix}' \
+    '--exec-prefix=${exec_prefix}' \
+    '--bindir=${bindir}' \
+    '--datadir=${datadir}' \
+    '--infodir=${infodir}' \
+    '--sysconfdir=${sysconfdir}' \
+    'CXX=${CXX}' \
+    'CPPFLAGS=${CPPFLAGS}' \
+    'CXXFLAGS=${CXXFLAGS}' \
+    'LDFLAGS=${LDFLAGS}' \
+"
+EXTRA_OEMAKE = ""
+
+B = "${S}/obj"
+do_configure () {
+    ${S}/configure ${CONFIGUREOPTS}
+}
+
+BBCLASSEXTEND += "native nativesdk"





More information about the Openembedded-commits mailing list