summaryrefslogtreecommitdiffstats
path: root/recipes/libzip/libzip_0.9.bb
blob: 914a0c1a389a624cbc664944b56cd94f5c6ceefe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.bz2"

inherit autotools

do_stage() {
	autotools_stage_all
}