Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 610936
Collapse All | Expand All

(-)a/dev-libs/libzip/libzip-1.1.3-r1.ebuild (-1 / +36 lines)
Line 0 Link Here
1
--- libzip-1.1.3/configure.ac.old	2016-05-28 10:35:31.000000000 +0100
Line 0 Link Here
0
- 
1
# Copyright 1999-2017 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=6
5
6
inherit autotools
7
8
DESCRIPTION="Library for manipulating zip archives"
9
HOMEPAGE="http://www.nih.at/libzip/"
10
SRC_URI="http://www.nih.at/libzip/${P}.tar.xz"
11
12
LICENSE="BSD"
13
SLOT="0/4"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
15
IUSE="static-libs"
16
17
RDEPEND="
18
	sys-libs/zlib
19
	elibc_musl? ( sys-libs/fts-standalone )
20
"
21
DEPEND="${RDEPEND}
22
	app-arch/xz-utils
23
"
24
25
DOCS=( AUTHORS NEWS.md API-CHANGES THANKS )
26
27
PATCHES=(
28
	"${FILESDIR}/${PN}-1.1.3-headers.patch"
29
	"${FILESDIR}/${PN}-1.1.3-fts.patch"
30
)
31
32
src_prepare() {
33
	default
34
	eautoreconf
35
}

Return to bug 610936