mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
bevexed: Update to newest version
This commit is contained in:
55
haiku-games/bevexed/bevexed-20141224.recipe
Normal file
55
haiku-games/bevexed/bevexed-20141224.recipe
Normal file
@@ -0,0 +1,55 @@
|
||||
SUMMARY="A maddeningly-addictive puzzle game."
|
||||
DESCRIPTION="
|
||||
A maddeningly-addictive puzzle game. The concept is simple: put the tiles in \
|
||||
the grid on the left such that the numbers match wherever 2 tiles touch.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeVexed"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/BeVexed#01613e90e6ce3c2b47a592efe8e248db3445f536"
|
||||
REVISION="2"
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2006 DarkWyrm"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
BeVexed = $portVersion
|
||||
app:BeVexed = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/BeVexed
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd source
|
||||
make OBJ_DIR=objects \
|
||||
BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
mkdir -p $dataDir/BeVexed
|
||||
|
||||
cp -r backgrounds $dataDir/BeVexed
|
||||
|
||||
cp -a source/objects/BeVexed $appsDir
|
||||
addAppDeskbarSymlink $appsDir/BeVexed
|
||||
}
|
||||
Reference in New Issue
Block a user