timecop-0.61.recipe edited online

This commit is contained in:
Vladislav Dzhidzhoev
2014-12-06 08:10:40 +00:00
parent cd39d5b51b
commit 1de7e54137

View File

@@ -1,10 +1,15 @@
SUMMARY="TimeCop 0.61" SUMMARY="TimeCop helps you collect statistics about your computer working"
DESCRIPTION="With TimeCop you can view 4 statistics showing Haiku(BeOS) uptime." DESCRIPTION="
You want to know, how much time you spend in front of your computer?
You want to know, how often your BeBox crashes?
So you can use TimeCop to write a protocol of your computer sessions.
"
HOMEPAGE="http://www.augusta.de/michael/BeOS/TimeCop/index.us.html" HOMEPAGE="http://www.augusta.de/michael/BeOS/TimeCop/index.us.html"
SRC_URI="git://github.com/HaikuArchives/TimeCop.git" SRC_URI="git://github.com/HaikuArchives/TimeCop.git"
REVISION="2" REVISION="2"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="Copyright Michael Peper" COPYRIGHT="Copyright Michael Pieper"
ARCHITECTURES="x86_gcc2 x86 !ppc" ARCHITECTURES="x86_gcc2 x86 !ppc"
CHECKSUM_SHA256="d384c22c8768298fb1d9ea60fbdb8e7f7e440c00bae44c37e7507f20c4fe6a94" CHECKSUM_SHA256="d384c22c8768298fb1d9ea60fbdb8e7f7e440c00bae44c37e7507f20c4fe6a94"
@@ -14,16 +19,16 @@ REQUIRES="
" "
PROVIDES=" PROVIDES="
TimeCop_daemon = $portVersion cmd:TimeCop_daemon = $portVersion
app:TimeCop = $portVersion app:TimeCop = $portVersion
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku_devel >= $haikuVersion
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion haiku_devel >= $haikuVersion
cmd:echo
cmd:make cmd:make
cmd:gcc cmd:gcc
" "
@@ -37,8 +42,6 @@ INSTALL()
{ {
mkdir -p $binDir mkdir -p $binDir
mkdir -p $appsDir mkdir -p $appsDir
echo $binDir
echo $appsDir
cp -a $sourceDir/bin/TimeCop_daemon $binDir/TimeCop_daemon cp -a $sourceDir/bin/TimeCop_daemon $binDir/TimeCop_daemon
cp -a $sourceDir/bin/TimeCop $appsDir/TimeCop cp -a $sourceDir/bin/TimeCop $appsDir/TimeCop