mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fixes for BeLife
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
SUMMARY="An app to play the game of life"
|
SUMMARY="An app to play the game of life"
|
||||||
|
|
||||||
DESCRIPTION="
|
DESCRIPTION="
|
||||||
The Game of Life is not a game in the conventional sense.
|
The Game of Life is not a game in the conventional sense.
|
||||||
There are no players, and no winning or losing.
|
There are no players, and no winning or losing.
|
||||||
Once the "pieces" are placed in the starting position,
|
Once the \"pieces\" are placed in the starting position,
|
||||||
the rules determine everything that happens later.
|
the rules determine everything that happens later.
|
||||||
Nevertheless, Life is full of surprises!
|
Nevertheless, Life is full of surprises!
|
||||||
In most cases, it is impossible to look at a starting position
|
In most cases, it is impossible to look at a starting position
|
||||||
@@ -13,13 +12,11 @@ DESCRIPTION="
|
|||||||
HOMEPAGE="https://github.com/HaikuArchives/BeLife"
|
HOMEPAGE="https://github.com/HaikuArchives/BeLife"
|
||||||
SRC_URI="git://github.com/HaikuArchives/BeLife.git#aa35a935e55e9ee17fbb9d414534ba79798a95a1"
|
SRC_URI="git://github.com/HaikuArchives/BeLife.git#aa35a935e55e9ee17fbb9d414534ba79798a95a1"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
|
|
||||||
LICENSE="BeLife License"
|
LICENSE="BeLife License"
|
||||||
COPYRIGHT="2006 Studio-33"
|
COPYRIGHT="2006 Studio-33"
|
||||||
|
|
||||||
ARCHITECTURES="x86 x86_gcc2"
|
ARCHITECTURES="x86 x86_gcc2"
|
||||||
|
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
belife = $portVersion
|
belife = $portVersion
|
||||||
app:belife = $portVersion
|
app:belife = $portVersion
|
||||||
@@ -49,6 +46,7 @@ BUILD()
|
|||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
cd src
|
cd src
|
||||||
make install INSTALL_DIR=$appsDir
|
make install INSTALL_DIR=$appsDir/BeLife
|
||||||
addAppDeskbarSymlink $appsDir/BeLife
|
addAppDeskbarSymlink $appsDir/BeLife/BeLife
|
||||||
|
cp ../readme $appsDir/BeLife
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user