| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroid/freedroid-1.0.2.ebuild,v 1.11 2009/08/13 21:24:31 ssuominen Exp $
|
| 4 |
|
| 5 |
inherit eutils games
|
| 6 |
|
| 7 |
DESCRIPTION="Freedroid - a Paradroid clone"
|
| 8 |
HOMEPAGE="http://freedroid.sourceforge.net/"
|
| 9 |
SRC_URI="mirror://sourceforge/freedroid/${P}.tar.gz"
|
| 10 |
|
| 11 |
LICENSE="GPL-2"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="~amd64 ppc x86"
|
| 14 |
IUSE="vorbis"
|
| 15 |
|
| 16 |
DEPEND=">=media-libs/libsdl-1.2.3
|
| 17 |
virtual/jpeg
|
| 18 |
sys-libs/zlib
|
| 19 |
media-libs/libpng
|
| 20 |
media-libs/sdl-image
|
| 21 |
media-libs/sdl-mixer
|
| 22 |
vorbis? ( media-libs/libvorbis )"
|
| 23 |
|
| 24 |
src_install() {
|
| 25 |
emake DESTDIR="${D}" install || die "emake install failed"
|
| 26 |
dodoc AUTHORS ChangeLog NEWS README
|
| 27 |
newicon graphics/paraicon.bmp ${PN}.bmp
|
| 28 |
make_desktop_entry freedroid Freedroid /usr/share/pixmaps/${PN}.bmp
|
| 29 |
prepgamesdirs
|
| 30 |
}
|