From bb6892b2b6edb214ba21ed44b499f73d4f91ab6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Buczkowski?= Date: Wed, 13 Dec 2017 21:53:45 +0100 Subject: [PATCH] BeSpider: add recipe for version 0.1.1 (#1892) --- haiku-games/bespider/bespider-0.1.1.recipe | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 haiku-games/bespider/bespider-0.1.1.recipe diff --git a/haiku-games/bespider/bespider-0.1.1.recipe b/haiku-games/bespider/bespider-0.1.1.recipe new file mode 100644 index 000000000..187543a50 --- /dev/null +++ b/haiku-games/bespider/bespider-0.1.1.recipe @@ -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 +}