From 6f58a61a5a147786ed9c19c430e642c0ff21100f Mon Sep 17 00:00:00 2001 From: DarkmatterVale Date: Thu, 17 Dec 2015 12:50:19 +0000 Subject: [PATCH] Add recipe for HaikuPlot Update haikuplot recipe Update links Update recipe --- haiku-apps/haikuplot/haikuplot-1.0.0.recipe | 41 +++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 haiku-apps/haikuplot/haikuplot-1.0.0.recipe diff --git a/haiku-apps/haikuplot/haikuplot-1.0.0.recipe b/haiku-apps/haikuplot/haikuplot-1.0.0.recipe new file mode 100644 index 000000000..4a34546bc --- /dev/null +++ b/haiku-apps/haikuplot/haikuplot-1.0.0.recipe @@ -0,0 +1,41 @@ +SUMMARY="An interface to the commandline program gnuplot" +DESCRIPTION="HaikuPlot is an application that provides an easy-to-use \ +GUI interface to gnuplot, a popular commandline plotting tool." +HOMEPAGE="https://github.com/HaikuArchives/HaikuPlot" +COPYRIGHT="2015 Vale Tolpegin" +LICENSE="MIT" +SOURCE_URI="git+https://github.com/HaikuArchives/HaikuPlot.git#b7d0d05ad90e30ffee46c90856216b202bef4c97" +CHECKSUM_SHA256="6a057e52af317d10bd07c4e54643a4c6f61a4b384871a6cabfb3569800879ada" +REVISION="1" + +ARCHITECTURES="x86_gcc2 !x86" +SECONDARY_ARCHITECTURES="!x86" + +PROVIDES=" + haikuplot$secondaryArchSuffix = $portVersion + app:HaikuPlot = $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 + cp -r HaikuPlot $appsDir + addAppDeskbarSymlink $appsDir/HaikuPlot/HaikuPlot +}