Files
haikuports/haiku-apps/slayer/slayer-0.9.recipe
Abogical 71ba8d09f2 fixing set of recipes to ensure secure download
remove trailing whitespace

fix trailing whitespace

Another trailing whitespace
2016-01-10 22:18:33 +02:00

43 lines
867 B
Bash

SUMMARY="A tool to manage teams and threads"
DESCRIPTION="Monitor CPU and memory usage of running threads and teams, \
adjust their priorities or kill them."
HOMEPAGE="https://github.com/HaikuArchives/Slayer"
COPYRIGHT="1998 Arto Jalkanen"
LICENSE="GNU GPL v3"
REVISION="4"
SOURCE_URI="https://github.com/HaikuArchives/Slayer/archive/5e3fa02.tar.gz"
CHECKSUM_SHA256="d013ceebb8c49b1ea63e1eee7e379dcb2ad2f08bae09722680d50aa65878a1e1"
SOURCE_DIR="Slayer-5e3fa023b106e462f3a1e8e9826ca99b66cb79d7"
ARCHITECTURES="?x86 x86_gcc2"
PROVIDES="
slayer = $portVersion
app:Slayer = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
"
BUILD()
{
cd src
make OBJ_DIR=objects $jobArgs
}
INSTALL()
{
mkdir -p $appsDir
cp src/objects/Slayer $appsDir/Slayer
addAppDeskbarSymlink $appsDir/Slayer
}