aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libzip/libzip_0.9.bb
blob: 34b463ecd2fedc753fd0cfa9a7fd48b07a94cd52 (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"
PR = "r1"

SRC_URI = "http://www.nih.at/${PN}/${PN}-${PV}.tar.bz2"

inherit autotools

SRC_URI[md5sum] = "56b9f11c1eee5eed189a20183d7e06b0"
SRC_URI[sha256sum] = "23a8c3624122a3777bb4ac3be4a867fd0bed7f3aacb8f1d0b68fc459cfb035fc"