sigrok: add recipes
[openembedded.git] / recipes / libzip / libzip_1.3.0.bb
diff --git a/recipes/libzip/libzip_1.3.0.bb b/recipes/libzip/libzip_1.3.0.bb
new file mode 100644 (file)
index 0000000..b476562
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "C library for reading, creating, and modifying zip archives"
+SECTION = "libs"
+HOMEPAGE = "http://www.nih.at/libzip"
+LICENSE = "BSD"
+DEPENDS = "zlib"
+
+SRC_URI = "http://www.nih.at/${PN}/${PN}-${PV}.tar.xz"
+
+inherit autotools
+
+do_stage() {
+       autotools_stage_all
+}
+
+SRC_URI[md5sum] = "bf0342c919bea07ba8197a1691a4d2da"