surpport seeking the recorded video
[vuplus_openembedded] / recipes / libzip / libzip_0.9.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.bz2"
8
9 inherit autotools
10
11 do_stage() {
12         autotools_stage_all
13 }