business/ledger: Updated for version 3.1 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
simotrone 2015-01-10 07:43:15 +07:00 committed by Willy Sudiarto Raharjo
parent 64f7ffad68
commit 30102ddfa3
4 changed files with 32 additions and 57 deletions

View File

@ -1,6 +1,2 @@
Ledger is an accounting program which is invoked from the command-line
using a textual ledger file. To start using Ledger, you will need to
create such a file containing your financial transactions. A sample
has been provided in the file "sample.dat". See the documentation
(ledger.pdf, or ledger.info) for full documentation on creating a
ledger file and using Ledger to generate reports.
Ledger is a powerful, double-entry accounting system that is accessed
from the UNIX command-line.

View File

@ -3,7 +3,7 @@
# Written by Lionel Young (redtricycle at gmail dot com)
PRGNAM=ledger
VERSION=2.6.3
VERSION=${VERSION:-3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -20,62 +20,41 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG/usr $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/v$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--infodir=/usr/info \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--localstatedir=/var \
--build=$ARCH-slackware-linux
make
./acprep --prefix=/usr update
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/scripts
cp -a \
LICENSE NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a scripts/* $PKG/usr/doc/$PRGNAM-$VERSION/scripts
mv $PKG/usr/share/man $PKG/usr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cp -a README.md doc/NEWS $PKG/usr/doc/$PRGNAM-$VERSION/
rm -f $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*.info*
cp -ra contrib $PKG/usr/doc/$PRGNAM-$VERSION
cp -ra test/input/* $PKG/usr/doc/$PRGNAM-$VERSION
cp -ra tools $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $TMP/package-$PRGNAM
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="ledger"
VERSION="2.6.3"
HOMEPAGE="https://github.com/ledger/ledger"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/ledger-2.6.3.tar.gz"
MD5SUM="6d5d8396b1cdde5f605854c7d21d1460"
VERSION="3.1"
HOMEPAGE="http://ledger-cli.org"
DOWNLOAD="https://github.com/ledger/ledger/archive/v3.1.tar.gz"
MD5SUM="f4389aae3ba96eb5590784db7fa614ca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Xavier Maillard"
EMAIL="xavier@maillard.im"
REQUIRES="utfcpp"
MAINTAINER="simotrone"
EMAIL="simotrone@gmail.com"

View File

@ -9,11 +9,11 @@
ledger: ledger (a command-line accounting program)
ledger:
ledger: Ledger is an accounting program which is invoked from the command-line
ledger: using a textual ledger file. See the documentation ( use "info ledger"
ledger: or read ledger.pdf from the website) for full documentation on how to
ledger: create a ledger file and using Ledger to generate reports.
ledger: using a textual ledger file.
ledger:
ledger: Homepage: http://ledger-cli.org
ledger:
ledger:
ledger: Homepage: http://wiki.github.com/jwiegley/ledger
ledger:
ledger:
ledger: