a2dbcb8fc9e087959b796d71414ff7ddf2e37dd9
[gentoo.git] / dev-libs / libzip / libzip-1.1.3.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Library for manipulating zip archives"
7 HOMEPAGE="http://www.nih.at/libzip/"
8 SRC_URI="http://www.nih.at/libzip/${P}.tar.xz"
9
10 LICENSE="BSD"
11 SLOT="0/4"
12 KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
13 IUSE="static-libs"
14
15 RDEPEND="sys-libs/zlib"
16 DEPEND="${RDEPEND}
17         app-arch/xz-utils
18 "
19
20 DOCS=( AUTHORS NEWS.md API-CHANGES THANKS )
21
22 PATCHES=(
23         "${FILESDIR}/${PN}-1.1.3-headers.patch"
24 )