mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
business/ledger: Fix Build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
21f935fc27
commit
423ce14207
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue