sigrok: add recipes
[openembedded.git] / recipes / libzip / libzip_1.3.0.bb
1 DESCRIPTION = "C library for reading, creating, and modifying zip archives"
2 SECTION = "libs"
3 HOMEPAGE = "http://www.nih.at/libzip"
4 LICENSE = "BSD"
5 DEPENDS = "zlib"
6
7 SRC_URI = "http://www.nih.at/${PN}/${PN}-${PV}.tar.xz"
8
9 inherit autotools
10
11 do_stage() {
12         autotools_stage_all
13 }
14
15 SRC_URI[md5sum] = "bf0342c919bea07ba8197a1691a4d2da"