X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=extra%2Fyoink.ebuild;h=f4730c18b1a4fc6b73dd7cb43b8c3f5fbbf1e9da;hp=76e15145cb15e8aae4d28405dd7f84bcfba9f2cd;hb=5250c138b1a692e4e893a8f424d2856e519fd652;hpb=16d1a05b0777e97a45c48e2874aa4e5cc791282e diff --git a/extra/yoink.ebuild b/extra/yoink.ebuild index 76e1514..f4730c1 100644 --- a/extra/yoink.ebuild +++ b/extra/yoink.ebuild @@ -3,21 +3,27 @@ # $Header: $ EAPI=2 + inherit autotools eutils games DESCRIPTION="Alien-smashing action game" HOMEPAGE="http://www.dogcows.com/" -SRC_URI="http://www.dogcows.com/yoink/${P}.tar.bz2" +SRC_URI="http://www.dogcows.com/yoink/${P}.tar.bz2 + http://eng.utah.edu/~mcgarvey/yoink/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" +KEYWORDS="amd64 ~ppc x86" +IUSE="debug profile" -RDEPEND="media-libs/libsdl[opengl] +RDEPEND="media-libs/freealut + media-libs/libsdl[opengl] + media-libs/libvorbis + media-libs/openal media-libs/sdl-image[png] virtual/opengl" DEPEND="${RDEPEND} + dev-libs/boost dev-util/pkgconfig" src_prepare() { @@ -34,6 +40,7 @@ src_prepare() { -e "/man/d" \ doc/Makefile.am \ || die "sed failed" + eautoreconf } @@ -41,7 +48,8 @@ src_configure() { egamesconf \ --disable-dependency-tracking \ --with-assetdir="${GAMES_DATADIR}/${PN}" \ - $(use_enable debug) + $(use_enable debug) \ + $(use_enable profile) } src_install() {