mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Finance: Add runConfigure, change repo
This commit is contained in:
@@ -6,8 +6,8 @@ DESCRIPTION="
|
||||
of multiple accounts and has graphs.
|
||||
"
|
||||
|
||||
HOMEPAGE="https://github.com/HaikuArchiveæs/Finance"
|
||||
SRC_URI="git://github.com/puckipedia/Finance.git#329f2dac2115301f3bb9bfb054dfc398c419ccac"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Finance"
|
||||
SRC_URI="git://github.com/HaikuArchives/Finance.git#c047e2da9a5e6c8cddb5ef3b430fcd43a429c2a4"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="
|
||||
@@ -39,14 +39,14 @@ USER_SETTINGS_FILES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
./configure
|
||||
cd trunk
|
||||
runConfigure ./configure
|
||||
jam
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd src
|
||||
cd trunk
|
||||
mkdir -p $appsDir
|
||||
cp generated/distro-haiku-*-release/Finance $appsDir
|
||||
addAppDeskbarSymlink $appsDir/Finance
|
||||
|
||||
Reference in New Issue
Block a user