X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=extra%2Fyoink.ebuild;h=ce20adb3d8d755185e01e7147870a874b5635fcd;hp=ca287ba65a32db632ebaee55d82ede8370d33ee5;hb=d11d8c63ab52c7f6eca2815e47cd6401e72f2c8c;hpb=9351bfa7871c88a5ad6e63f1d9c4483f50e4fed1 diff --git a/extra/yoink.ebuild b/extra/yoink.ebuild index ca287ba..ce20adb 100644 --- a/extra/yoink.ebuild +++ b/extra/yoink.ebuild @@ -7,16 +7,16 @@ 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="media-libs/freealut +RDEPEND="dev-lang/lua media-libs/libsdl[opengl] media-libs/libvorbis media-libs/openal @@ -43,14 +43,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 ChangeLog COPYING README TODO doman doc/yoink.6 doicon data/yoink.png make_desktop_entry ${PN} Yoink