mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Merged in noryb009/haikuports/bespider (pull request #107)
Add BeSpider recipe
This commit is contained in:
45
haiku-games/bespider/bespider-0.1.0.recipe
Normal file
45
haiku-games/bespider/bespider-0.1.0.recipe
Normal file
@@ -0,0 +1,45 @@
|
||||
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/przemub/BeSpider"
|
||||
SRC_URI="git://github.com/noryb009/BeSpider.git#1960ac1e68d3656c10032d012764ba525befb3d5"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013 Przemysław Buczkowski, Luke (noryb009)"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
bespider = $portVersion
|
||||
app:bespider = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
make bindcatalogs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install INSTALL_DIR=$appsDir
|
||||
addAppDeskbarSymlink $appsDir/BeSpider
|
||||
}
|
||||
Reference in New Issue
Block a user