Merged in atalax/haikuports/bevexed (pull request #393)

bevexed: Update to newest version
This commit is contained in:
Scott McCreary
2014-12-24 15:25:20 -08:00

View File

@@ -4,8 +4,8 @@ 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#3a45d8f364"
REVISION="1"
SRC_URI="git+https://github.com/HaikuArchives/BeVexed#01613e90e6ce3c2b47a592efe8e248db3445f536"
REVISION="2"
LICENSE="MIT"
COPYRIGHT="2006 DarkWyrm"
@@ -45,8 +45,11 @@ BUILD()
INSTALL()
{
cd source
mkdir -p $appsDir
cp -a objects/BeVexed $appsDir
mkdir -p $dataDir/BeVexed
cp -r backgrounds $dataDir/BeVexed
cp -a source/objects/BeVexed $appsDir
addAppDeskbarSymlink $appsDir/BeVexed
}