Files
haikuports/haiku-apps/haikuplot/haikuplot-1.0.0.recipe
2015-12-20 09:33:59 +00:00

42 lines
960 B
Bash

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"
REVISION="2"
CHECKSUM_SHA256="6a057e52af317d10bd07c4e54643a4c6f61a4b384871a6cabfb3569800879ada"
SOURCE_URI="git+https://github.com/HaikuArchives/HaikuPlot.git#9ce84f12178641438ff34015c5753905f237fa56"
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
}