summaryrefslogtreecommitdiff
blob: e2f81a887c5b6074c4f8ce72aa948a4c92689966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit subversion autotools

ESVN_REPO_URI="https://ogreal.svn.sourceforge.net/svnroot/ogreal/trunk/OgreAL-Eihort"

DESCRIPTION="an OpenAL wrapper for Ogre"
HOMEPAGE="http://sourceforge.net/projects/ogreal"
#SRC_URI=""

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND=">=dev-games/ogre-1.4
		>=media-libs/openal-0.0.8
		media-libs/libvorbis
		dev-games/ois"
DEPEND=""

src_unpack() {
	subversion_src_unpack
	eautoreconf || die "eautoreconf failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
}