wok-next view ledger/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ledger"
4 VERSION="2.6.3"
5 CATEGORY="utilities"
6 SHORT_DESC="A double-entry accounting system that is accessed from the UNIX \
7 command-line"
8 MAINTAINER="paul@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://www.ledger-cli.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://ftp.newartisans.com/pub/ledger/$TARBALL"
15 BUILD_DEPENDS="pcre-dev gmp-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$install install || return 1
23 install -Dm644 sample.dat $install/usr/share/ledger/sample.dat
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="gmp libpcre"
29 }