From e8bf8a08b5a7d0dc87d6da7aceee6f1a7f24a535 Mon Sep 17 00:00:00 2001 From: Bach Nguyen Date: Wed, 10 Jan 2018 23:20:46 +0000 Subject: [PATCH] BShisen [recipe] (#2100) --- haiku-apps/bshisen/bshisen-1.2.recipe | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 haiku-apps/bshisen/bshisen-1.2.recipe diff --git a/haiku-apps/bshisen/bshisen-1.2.recipe b/haiku-apps/bshisen/bshisen-1.2.recipe new file mode 100644 index 000000000..08443d74a --- /dev/null +++ b/haiku-apps/bshisen/bshisen-1.2.recipe @@ -0,0 +1,42 @@ +SUMMARY="BeOS tile matching game" +DESCRIPTION="BShisen is a Majong style game made for Haiku." +HOMEPAGE="https://github.com/HaikuArchives/BShisen" +COPYRIGHT="1998-1999 Kelvin W Sherlock" +LICENSE="MIT" +REVISION="1" +srcGitRev="1e86e4daec9f48d9aa9642227f962159cfe3a733" +SOURCE_URI="https://github.com/HaikuArchives/BShisen/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="263343a257a313358fee3b8bf3448cb50ab15f8e4c8b0ecd7e12b2e408822ba6" +SOURCE_FILENAME="BShisen-$portVersion-$srcGitRev.tar.gz" +SOURCE_DIR="BShisen-$srcGitRev/source" + +ARCHITECTURES="x86_gcc2 !x86_64" + +PROVIDES=" + bshisen = $portVersion + app:BShisen = $portVersion + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:g++ + cmd:make + " + +BUILD() +{ + make OBJ_DIR=objects +} + +INSTALL() +{ + install -d $appsDir + install -t $appsDir objects/BShisen + addAppDeskbarSymlink $appsDir/BShisen +}