diff --git a/haiku-games/hexvexed/hexvexed-0.0.1.recipe b/haiku-games/hexvexed/hexvexed-0.0.1.recipe new file mode 100644 index 000000000..f305be71d --- /dev/null +++ b/haiku-games/hexvexed/hexvexed-0.0.1.recipe @@ -0,0 +1,45 @@ +SUMMARY="A tile puzzle game for Haiku" +DESCRIPTION="HexVexed is a maddening addictive and easy to play puzzle game. \ +Arrange hexagonal tiles into a grid so that the numbers and colors match \ +where they touch. This game is a variation based on DarkWyrm's BeVexed, but instead \ +of squares, the tiles are hexagon shaped. It's 1.5x the fun!" +HOMEPAGE="https://bitbucket.org/scottmc/hexvexed" +COPYRIGHT="2009-2016 Scott McCreary" +LICENSE="MIT" +REVISION="1" +commit="f9cd2a7b1ba1" +SOURCE_URI="https://bitbucket.org/scottmc/hexvexed/get/$commit.tar.bz2" +CHECKSUM_SHA256="72b1a5e2d3d91a453b289948edfcb437d8c2e7f8698255a109f57e6aad6a4138" +SOURCE_DIR="scottmc-hexvexed-$commit" + +ARCHITECTURES="?x86_gcc2 !x86 !x86_64" + +PROVIDES=" + hexvexed = $portVersion + app:HexVexed = $portVersion + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:make + cmd:g++ + " + +BUILD() +{ + make $jobArgs OBJ_DIR=objects + make $jobArgs OBJ_DIR=objects bindcatalogs +} + +INSTALL() +{ + install -d -m 755 $appsDir $dataDir/HexVexed/backgrounds + install -t $appsDir -m 555 -s objects/HexVexed + addAppDeskbarSymlink $appsDir/HexVexed +}