mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Hexvexed recipe (#956)
This commit is contained in:
45
haiku-games/hexvexed/hexvexed-0.0.1.recipe
Normal file
45
haiku-games/hexvexed/hexvexed-0.0.1.recipe
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user