From c5949480a3d7b215b93fd35e90664e02f3ce3f92 Mon Sep 17 00:00:00 2001 From: Joel Koreth Date: Mon, 1 Jan 2018 01:50:02 +0000 Subject: [PATCH] BeOSTiLink: new recipe (#1956) --- haiku-apps/beostilink/beostilink-0~git.recipe | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 haiku-apps/beostilink/beostilink-0~git.recipe diff --git a/haiku-apps/beostilink/beostilink-0~git.recipe b/haiku-apps/beostilink/beostilink-0~git.recipe new file mode 100644 index 000000000..11ee52762 --- /dev/null +++ b/haiku-apps/beostilink/beostilink-0~git.recipe @@ -0,0 +1,43 @@ +SUMMARY="A port of GTKTILink for BeOS" +DESCRIPTION="BeOSTiLink is the port of GTKTILink on BeOS, for connecting to Texas Instruments calculators." +HOMEPAGE="https://github.com/HaikuArchives/BeOSTiLink" +COPYRIGHT="Severin alias Surfkiller" +LICENSE="GNU GPL v2" +REVISION="1" +srcGitRev="ffaf66d0490f567c6363a7a2d924172e71b690a1" +SOURCE_URI="https://github.com/HaikuArchives/BeOSTiLink/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="9770931addb0972765204db4869e3ba96d90a43b0632c445b78e66971b04969b" +SOURCE_FILENAME="BeOSTiLink-$portVersion-$srcGitRev.tar.gz" +SOURCE_DIR="BeOSTiLink-$srcGitRev" + +ARCHITECTURES="x86_gcc2" + +PROVIDES=" + beostilink = $portVersion + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:gcc + cmd:g++ + cmd:make + " + +BUILD() +{ + make -C src OBJ_DIR=objects +} + +INSTALL() +{ + install -d $appsDir + install -t $appsDir src/objects/BeOSTiLink + + addAppDeskbarSymlink $appsDir/BeOSTiLink +}