mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Created recipe for CapitalBe
This commit is contained in:
42
haiku-apps/capitalbe/capitalbe-1.0.recipe
Normal file
42
haiku-apps/capitalbe/capitalbe-1.0.recipe
Normal file
@@ -0,0 +1,42 @@
|
||||
SUMMARY="A finance manager"
|
||||
DESCRIPTION="Capital Be 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="git://github.com/HaikuArchives/CapitalBe.git#82b784472d5214f8acf7ae7611b14577f2800f2d"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2009 DarkWyrm <darkwyrm@gmail.com>"
|
||||
|
||||
ARCHITECTURES="?x86 x86_gcc2 ?ppc"
|
||||
|
||||
PROVIDES="
|
||||
capitalbe = $portVersion
|
||||
app:capitalbe = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
devel:libsqlite3
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
g++ -lbe -ltracker -ltranslation -lsqlite3 src/*.cpp -o capitalbe
|
||||
mimeset -f capitalbe
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
mv capitalbe $appsDir/capitalbe
|
||||
addAppDeskbarSymlink $appsDir/capitalbe "Capital Be"
|
||||
}
|
||||
Reference in New Issue
Block a user