mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
44
haiku-apps/babybe/babybe-2.2~git.recipe
Normal file
44
haiku-apps/babybe/babybe-2.2~git.recipe
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
SUMMARY="Simple game for small children"
|
||||||
|
DESCRIPTION="BabyBe is a simple game for small children."
|
||||||
|
HOMEPAGE="https://github.com/HaikuArchives/BabyBe"
|
||||||
|
COPYRIGHT="2001 Ben Loftis"
|
||||||
|
LICENSE="Public Domain"
|
||||||
|
REVISION="1"
|
||||||
|
commit="ea3bfd36112800808e40083275e200f9c3e2d10c"
|
||||||
|
SOURCE_URI="https://github.com/HaikuArchives/BabyBe/archive/$commit.tar.gz"
|
||||||
|
CHECKSUM_SHA256="5bb6b099bde12d0ef5f324f238f650c6f7cf9514beb05bff6436715a15e34e5a"
|
||||||
|
SOURCE_FILENAME="BabyBe-$commit.tar.gz"
|
||||||
|
SOURCE_DIR="BabyBe-$commit"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
babybe = $portVersion
|
||||||
|
app:BabyBe = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku_devel
|
||||||
|
"
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
makefile_engine
|
||||||
|
cmd:g++
|
||||||
|
cmd:ld
|
||||||
|
cmd:make
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
mkdir -p bin
|
||||||
|
make $jobArgs TARGET_DIR=bin
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
install -d $appsDir
|
||||||
|
install -t $appsDir bin/BabyBe
|
||||||
|
addAppDeskbarSymlink $appsDir/BabyBe
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user