From bf260d558b1552dddaecff875c1e80a85f527649 Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Tue, 31 Dec 2013 11:38:34 +0100 Subject: [PATCH] Add Finance recipe --- haiku-apps/finance/finance-1.0.0.recipe | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 haiku-apps/finance/finance-1.0.0.recipe diff --git a/haiku-apps/finance/finance-1.0.0.recipe b/haiku-apps/finance/finance-1.0.0.recipe new file mode 100644 index 000000000..bedc75a25 --- /dev/null +++ b/haiku-apps/finance/finance-1.0.0.recipe @@ -0,0 +1,53 @@ +SUMMARY="Manage all your finances with this easy-to-use app!" + +DESCRIPTION=" + Finance is an app made to provide all features expected from personal + finance software while using the style of Haiku. It allows for management + of multiple accounts and has graphs. + " + +HOMEPAGE="https://github.com/HaikuArchiveƦs/Finance" +SRC_URI="git://github.com/puckipedia/Finance.git#329f2dac2115301f3bb9bfb054dfc398c419ccac" +REVISION="1" +LICENSE="GNU GPL v2" +COPYRIGHT=" + 2001 Bunru Software + 2009 Pier Luigi Fiorini + " # See src/code/Finance.rdef + +ARCHITECTURES="x86_gcc2" + +PROVIDES=" + finance = $portVersion + app:finance = $portVersion + " +REQUIRES=" + haiku >= $haikuVersion + " +BUILD_PREREQUIRES=" + cmd:xres + cmd:gcc + cmd:jam + " +BUILD_REQUIRES=" + haiku_devel >= $haikuVersion + " + +USER_SETTINGS_FILES=" + settings/BeFinancial_data + " + +BUILD() +{ + cd src + ./configure + jam +} + +INSTALL() +{ + cd src + mkdir -p $appsDir + cp generated/distro-haiku-*-release/Finance $appsDir + addAppDeskbarSymlink $appsDir/Finance +}