mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Merged in atalax/haikuports/bevexed (pull request #393)
bevexed: Update to newest version
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user