BeOSTiLink: new recipe (#1956)

This commit is contained in:
Joel Koreth
2018-01-01 01:50:02 +00:00
committed by fbrosson
parent e3e14841a6
commit c5949480a3

View File

@@ -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
}