BeSpider: add recipe for version 0.1.1 (#1892)

This commit is contained in:
Przemysław Buczkowski
2017-12-13 21:53:45 +01:00
committed by diversys
parent 303b0f9432
commit bb6892b2b6

View File

@@ -0,0 +1,44 @@
SUMMARY="A spider solitaire clone for Haiku"
DESCRIPTION="Spider solitaire is a popular version of solitaire, \
where the goal is to stack all the cards of a suit, from king to ace.
When you have stacked as many cards as you can, you can use a \
stock to place a new card on top of every pile."
HOMEPAGE="https://github.com/HaikuArchives/BeSpider/"
COPYRIGHT="2013-17 Przemysław Buczkowski"
LICENSE="MIT"
REVISION="1"
COMMIT="1b26eac8cf8b3f4fe1c41148d9f443d3188a8193"
SOURCE_URI="https://github.com/HaikuArchives/BeSpider/archive/$COMMIT.tar.gz"
CHECKSUM_SHA256="556c3ce7c4ccd93efb2218ee74e2ae033736b6125839a7e95491d88f1876dbc0"
SOURCE_DIR="BeSpider-$COMMIT"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
bespider = $portVersion
app:BeSpider = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:gcc
makefile_engine
cmd:make
"
BUILD()
{
make
make bindcatalogs
}
INSTALL()
{
make install INSTALL_DIR=$appsDir
addAppDeskbarSymlink $appsDir/BeSpider
}