summaryrefslogtreecommitdiff
blob: a4ca32c68ec64c19b7146cfb22014d3b21e32734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/plib/plib-1.8.2.ebuild,v 1.1 2004/03/28 05:23:49 mr_bones_ Exp $

inherit flag-o-matic

DESCRIPTION="multimedia library used by many games"
HOMEPAGE="http://plib.sourceforge.net/"
SRC_URI="http://plib.sourceforge.net/dist/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~hppa"
IUSE=""

DEPEND="virtual/x11
	virtual/opengl"

src_install() {
	einstall || die
}