summaryrefslogtreecommitdiff
blob: 9513226e29cb759f281280fb3a54434738ae6760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcoyotl/libcoyotl-3.0.1.ebuild,v 1.4 2004/06/24 23:14:36 agriffis Exp $

DESCRIPTION="A collection of portable C++ classes."
HOMEPAGE="http://www.coyotegulch.com/libcoyotl/"
SRC_URI="http://www.coyotegulch.com/libcoyotl/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
IUSE=""
DEPEND="media-libs/libpng"

src_install() {
	make DESTDIR=${D} install
	dodoc ChangeLog NEWS README
}