From 9220ffb9111b4fd8b330b5a694f263d3e70eb545 Mon Sep 17 00:00:00 2001 From: DarkmatterVale Date: Sat, 26 Dec 2015 08:17:26 +0000 Subject: [PATCH] Add recipe for tipster --- haiku-apps/tipster/tipster-1.0.0.recipe | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 haiku-apps/tipster/tipster-1.0.0.recipe diff --git a/haiku-apps/tipster/tipster-1.0.0.recipe b/haiku-apps/tipster/tipster-1.0.0.recipe new file mode 100644 index 000000000..d4851b6b7 --- /dev/null +++ b/haiku-apps/tipster/tipster-1.0.0.recipe @@ -0,0 +1,41 @@ +SUMMARY="An application to display Haiku tips" +DESCRIPTION="Display brief but informative hints relating to interesting \ +features about haiku." +HOMEPAGE="https://github.com/HaikuArchives/Tipster" +COPYRIGHT="2015 Vale Tolpegin" +LICENSE="MIT" +REVISION="1" +SOURCE_URI="git+https://github.com/DarkmatterVale/Tipster.git#48dd8093bccaffc4ce8bba71b52ebdf75654ffa3" + +ARCHITECTURES="x86 x86_gcc2" +SECONDARY_ARCHITECTURES="x86" + +PROVIDES=" + tipster$secondaryArchSuffix = $portVersion + app:tipster$secondaryArchSuffix = $portVersion + " +REQUIRES=" + haiku$secondaryArchSuffix + " + +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:make + cmd:gcc$secondaryArchSuffix + " + +BUILD() +{ + make $jobArgs +} + +INSTALL() +{ + mkdir -p $appsDir/Tipster + cp -r Tipster/Tipster $appsDir/Tipster + cp -r tipster-tips.txt $appsDir/Tipster + addAppDeskbarSymlink $appsDir/Tipster/Tipster +}