X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=extra%2Fyoink.ebuild;h=a7394b310cd3deef3130e32b952c103dbd51a76d;hp=1b3b1ba59f3d22a2dc75c3890bb97bfb74a88d00;hb=565445cda1dd3e9db8000c4a194831dc296a203d;hpb=542e50a284c7f5b144a5c97c17f6d89b2af0175c diff --git a/extra/yoink.ebuild b/extra/yoink.ebuild index 1b3b1ba..a7394b3 100644 --- a/extra/yoink.ebuild +++ b/extra/yoink.ebuild @@ -7,21 +7,21 @@ EAPI=2 inherit autotools eutils games DESCRIPTION="Alien-smashing action game" -HOMEPAGE="http://www.dogcows.com/" +HOMEPAGE="http://www.dogcows.com/yoink/" SRC_URI="http://www.dogcows.com/yoink/${P}.tar.bz2 http://eng.utah.edu/~mcgarvey/yoink/${P}.tar.bz2" -LICENSE="BSD-2" +LICENSE="BSD-2 BSD LGPL-2.1 ZLIB" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="debug profile" +IUSE="debug double-precision gtk qt4 threads" RDEPEND="dev-lang/lua - media-libs/freealut + media-libs/libpng media-libs/libsdl[opengl] media-libs/libvorbis media-libs/openal - media-libs/sdl-image[png] + virtual/glu virtual/opengl" DEPEND="${RDEPEND} dev-libs/boost @@ -44,14 +44,16 @@ src_prepare() { src_configure() { egamesconf \ --disable-dependency-tracking \ - --with-assetdir="${GAMES_DATADIR}/${PN}" \ $(use_enable debug) \ - $(use_enable profile) + $(use_enable double-precision) \ + $(use_enable gtk) \ + $(use_enable qt4) \ + $(use_enable threads) } src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README TODO + dodoc AUTHORS COPYING README TODO doman doc/yoink.6 doicon data/yoink.png make_desktop_entry ${PN} Yoink