X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=extra%2Fyoink.ebuild;h=a7394b310cd3deef3130e32b952c103dbd51a76d;hp=bad914967638d3f6abc4997bc3381b7ffc81f65c;hb=565445cda1dd3e9db8000c4a194831dc296a203d;hpb=d5b4262bc0c6cea41c603e8a3a85ab93adfdc36b diff --git a/extra/yoink.ebuild b/extra/yoink.ebuild index bad9149..a7394b3 100644 --- a/extra/yoink.ebuild +++ b/extra/yoink.ebuild @@ -14,14 +14,14 @@ SRC_URI="http://www.dogcows.com/yoink/${P}.tar.bz2 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