Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144683 - New ebuild: games-board/blokish
Summary: New ebuild: games-board/blokish
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://sourceforge.net/projects/blokish
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-08-21 12:38 UTC by CJ Kucera
Modified: 2006-10-03 00:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
blokish-0.9.3.ebuild (blokish-0.9.3.ebuild,871 bytes, text/plain)
2006-08-21 12:43 UTC, CJ Kucera
Details

Note You need to log in before you can comment on or make changes to this bug.
Description CJ Kucera 2006-08-21 12:38:36 UTC
Open source clone of the four-player board game Blokus. Players attempt to place as many of their 21 pieces on the board while preventing other players from doing the same. Features a rudimentary AI.

http://sourceforge.net/projects/blokish

I'll attach the build in a second, it's pretty straightforward.  Game seems to run quite well.
Comment 1 CJ Kucera 2006-08-21 12:43:31 UTC
Created attachment 94798 [details]
blokish-0.9.3.ebuild

Nothing terribly strange in here.  Depends on wxGTK, and apparently OpenGL (though there's no overt 3d going on, probably just uses it for quick drawing of the parts).  It uses a somewhat nonstandard name for the tarball, and it untars without any version info.  The configure script and the makefile have to be patched to use /usr/bin/wx-config-2.6 instead of /usr/bin/wx-config - I did that with a sed script, but if you'd prefer I could redo it to use epatch instead.  I had it patch configure.in, makefile.in, and makefile.am as well, though those aren't really needed.

Let me know if anything needs fixing, Works For Me right now.
Comment 2 CJ Kucera 2006-08-21 12:59:06 UTC
I suppose the wxGTK dependency I put in there should probably read "=x11-libs/wxGTK-2.6*" instead of the >= I put in there.  Preusumably someday wxGTK 2.8 will be out, which could break the build that I uploaded.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2006-10-03 00:29:06 UTC
In portage.  Thanks for the bug report and the nice ebuild.