Files
haikuports/haiku-apps/capitalbe/capitalbe-1.1.recipe
Humdinger a38db25c39 Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY.
Removed hard line breaks, broke up some very long paragraphs and
use bullet lists where possible.
All done by browsing through HaikuDepot. There may be (many) more left
in the whole haikuports repo...

Included 10 extended desriptions done by soyoye14 for GCI 2014
(https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632)

Removed/insert whitespace where it seems to be the custom in recipes.
Sometimes rearranged elements of a recipe (moving license and copyright
up, for example).
2015-01-12 19:23:51 +01:00

49 lines
1.2 KiB
Plaintext

SUMMARY="A finance manager"
DESCRIPTION="CapitalBe is a finance manager for Haiku. Easily track \
where your money is going. View reports, reconcile accounts and more! \
Like other programs published by the same author, Capital Be focuses \
on keeping easy jobs easy and making tough ones easier."
HOMEPAGE="http://github.com/HaikuArchives/CapitalBe"
SRC_URI="https://github.com/HaikuArchives/CapitalBe/archive/v1.1.tar.gz"
CHECKSUM_SHA256="e6e5ab26a372e79bbc1ac2eb6d7018296b983409f65c0da634bb420de08adde9"
SOURCE_DIR="CapitalBe-$portVersion"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2009 DarkWyrm (Jon Yoder)"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PROVIDES="
capitalbe = $portVersion
app:CapitalBe = $portVersion
"
REQUIRES="
haiku
lib:libsqlite3
"
BUILD_REQUIRES="
haiku_devel
devel:libsqlite3
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make
cmd:mkdepend
makefile_engine
"
BUILD()
{
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
capitalBeDir=$appsDir/CapitalBe
mkdir -p $capitalBeDir
mkdir -p $capitalBeDir/helpfiles
cp -r src/helpfiles/* $capitalBeDir/helpfiles/
mv objects/CapitalBe $capitalBeDir/CapitalBe
addAppDeskbarSymlink $capitalBeDir/CapitalBe "CapitalBe"
}