From 43cdd3ed21c3e498243f5609a4e8e2cb721b14e4 Mon Sep 17 00:00:00 2001 From: noryb009 Date: Wed, 1 Jan 2014 16:30:52 +0000 Subject: [PATCH 1/3] Add BeSpider recipe --- haiku-games/bespider/bespider-0.1.0.recipe | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 haiku-games/bespider/bespider-0.1.0.recipe diff --git a/haiku-games/bespider/bespider-0.1.0.recipe b/haiku-games/bespider/bespider-0.1.0.recipe new file mode 100644 index 000000000..b8c6455d3 --- /dev/null +++ b/haiku-games/bespider/bespider-0.1.0.recipe @@ -0,0 +1,46 @@ +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#4b8c10570c37f1f5ec70c0801cfd884b1d34f8b4" +LICENSE="MIT" +COPYRIGHT="2013 Przemysław Buczkowski" +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 +} From a4870e6ef0ef830e7bb2411635c9fe5e4eec53bd Mon Sep 17 00:00:00 2001 From: noryb009 Date: Wed, 1 Jan 2014 20:44:44 +0000 Subject: [PATCH 2/3] Update bespider description --- haiku-games/bespider/bespider-0.1.0.recipe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/haiku-games/bespider/bespider-0.1.0.recipe b/haiku-games/bespider/bespider-0.1.0.recipe index b8c6455d3..47836d2ab 100644 --- a/haiku-games/bespider/bespider-0.1.0.recipe +++ b/haiku-games/bespider/bespider-0.1.0.recipe @@ -1,13 +1,13 @@ 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. - " +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#4b8c10570c37f1f5ec70c0801cfd884b1d34f8b4" +SRC_URI="git://github.com/noryb009/BeSpider.git#1960ac1e68d3656c10032d012764ba525befb3d5" LICENSE="MIT" COPYRIGHT="2013 Przemysław Buczkowski" REVISION="1" From 2b3d21948070c877a158c306a417c4f7c2cbd221 Mon Sep 17 00:00:00 2001 From: noryb009 Date: Wed, 1 Jan 2014 22:23:21 +0000 Subject: [PATCH 3/3] Slight formatting changes in bespider recipe --- haiku-games/bespider/bespider-0.1.0.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/haiku-games/bespider/bespider-0.1.0.recipe b/haiku-games/bespider/bespider-0.1.0.recipe index 47836d2ab..7155da388 100644 --- a/haiku-games/bespider/bespider-0.1.0.recipe +++ b/haiku-games/bespider/bespider-0.1.0.recipe @@ -2,14 +2,13 @@ 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" +COPYRIGHT="2013 Przemysław Buczkowski, Luke (noryb009)" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64"