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