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:
@@ -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.
|
the grid on the left such that the numbers match wherever 2 tiles touch.
|
||||||
"
|
"
|
||||||
HOMEPAGE="https://github.com/HaikuArchives/BeVexed"
|
HOMEPAGE="https://github.com/HaikuArchives/BeVexed"
|
||||||
SRC_URI="git+https://github.com/HaikuArchives/BeVexed#3a45d8f364"
|
SRC_URI="git+https://github.com/HaikuArchives/BeVexed#01613e90e6ce3c2b47a592efe8e248db3445f536"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
COPYRIGHT="2006 DarkWyrm"
|
COPYRIGHT="2006 DarkWyrm"
|
||||||
@@ -45,8 +45,11 @@ BUILD()
|
|||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
cd source
|
|
||||||
mkdir -p $appsDir
|
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
|
addAppDeskbarSymlink $appsDir/BeVexed
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user