Add recipe for HaikuPlot

Update haikuplot recipe

Update links

Update recipe
This commit is contained in:
DarkmatterVale
2015-12-17 12:50:19 +00:00
parent f20a768532
commit 6f58a61a5a

View File

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