mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Add BeLife recipe
This commit is contained in:
54
haiku-apps/belife/belife-1.0.0.recipe
Normal file
54
haiku-apps/belife/belife-1.0.0.recipe
Normal file
@@ -0,0 +1,54 @@
|
||||
SUMMARY="An app to play the game of life"
|
||||
|
||||
DESCRIPTION="
|
||||
The Game of Life is not a game in the conventional sense.
|
||||
There are no players, and no winning or losing.
|
||||
Once the "pieces" are placed in the starting position,
|
||||
the rules determine everything that happens later.
|
||||
Nevertheless, Life is full of surprises!
|
||||
In most cases, it is impossible to look at a starting position
|
||||
(or pattern) and see what will happen in the future.
|
||||
The only way to find out is to follow the rules of the game.
|
||||
"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeLife"
|
||||
SRC_URI="git://github.com/HaikuArchives/BeLife.git#aa35a935e55e9ee17fbb9d414534ba79798a95a1"
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="BeLife License"
|
||||
COPYRIGHT="2006 Studio-33"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
|
||||
PROVIDES="
|
||||
belife = $portVersion
|
||||
app:belife = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
cmd:xres
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd src
|
||||
make install INSTALL_DIR=$appsDir
|
||||
addAppDeskbarSymlink $appsDir/BeLife
|
||||
}
|
||||
1
haiku-apps/belife/licenses/BeLife License
Normal file
1
haiku-apps/belife/licenses/BeLife License
Normal file
@@ -0,0 +1 @@
|
||||
Copyright 2006 Studio-33, All Rights Reserved.
|
||||
Reference in New Issue
Block a user