summaryrefslogtreecommitdiff
blob: 9c418b0ab86a4b03fdebb57e45597fa7649fc5f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.8.ebuild,v 1.1 2008/01/13 18:31:05 philantrop Exp $

DESCRIPTION="Library for manipulating zip archives"
HOMEPAGE="http://www.nih.at/libzip/"
SRC_URI="http://www.nih.at/libzip/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

src_install() {
	make DESTDIR="${D}" install || die "install failed"
	dodoc NEWS README THANKS AUTHORS
}