diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-23 22:20:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-23 22:50:43 +0700 |
commit | 423ce1420769a5dbe9da7ea7001bcf8ae5b71ad5 (patch) | |
tree | cb919542ac11f5d894c183c0ecec4ae6e4e207db /business | |
parent | 21f935fc27296a68ce50822a8f2506169e5a6810 (diff) | |
download | slackbuilds-423ce1420769a5dbe9da7ea7001bcf8ae5b71ad5.tar.gz |
business/ledger: Fix Build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r-- | business/ledger/ledger.SlackBuild | 3 | ||||
-rw-r--r-- | business/ledger/ledger.info | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/business/ledger/ledger.SlackBuild b/business/ledger/ledger.SlackBuild index 7a36d97181..1135b1f649 100644 --- a/business/ledger/ledger.SlackBuild +++ b/business/ledger/ledger.SlackBuild @@ -4,7 +4,7 @@ PRGNAM=ledger VERSION=${VERSION:-3.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -35,6 +35,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +tar xvf $CWD/utfcpp.tar.gz -C lib/ ./acprep --prefix=/usr update make install DESTDIR=$PKG diff --git a/business/ledger/ledger.info b/business/ledger/ledger.info index 007621970a..7cf053d3ce 100644 --- a/business/ledger/ledger.info +++ b/business/ledger/ledger.info @@ -1,10 +1,12 @@ PRGNAM="ledger" VERSION="3.1" HOMEPAGE="http://ledger-cli.org" -DOWNLOAD="https://github.com/ledger/ledger/archive/v3.1.tar.gz" -MD5SUM="f4389aae3ba96eb5590784db7fa614ca" +DOWNLOAD="https://github.com/ledger/ledger/archive/v3.1.tar.gz \ + http://sourceforge.net/projects/slackbuildsdirectlinks/files/utfcpp/utfcpp.tar.gz" +MD5SUM="f4389aae3ba96eb5590784db7fa614ca \ + 32519c82d4c1d269c623fe179aa69f59" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="utfcpp" +REQUIRES="" MAINTAINER="simotrone" EMAIL="simotrone@gmail.com" |