You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/gtkboard/gtkboard-0.11_pre0.ebuild

49 lines
1.1 KiB

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.17 2011/02/22 19:03:05 mr_bones_ Exp $
EAPI=2
inherit eutils games
MY_P=${P/_}
DESCRIPTION="Board games system"
HOMEPAGE="http://gtkboard.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="gnome"
RDEPEND="x11-libs/gtk+:2
media-libs/libsdl[audio]
media-libs/sdl-mixer[vorbis]
gnome? ( gnome-base/libgnomeui )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}"/${P}-gcc41.patch
"${FILESDIR}"/${P}-gcc45.patch
)
src_configure() {
egamesconf \
--disable-dependency-tracking \
--datadir="${GAMES_DATADIR}"/${PN} \
--enable-gtk2 \
--enable-sdl \
$(use_enable gnome)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
doicon pixmaps/${PN}.png
make_desktop_entry ${PN} Gtkboard
dodoc AUTHORS ChangeLog TODO
dohtml doc/index.html
prepgamesdirs
}