wok-next view ledger/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0ec6086e21d6
children a3c581bf52b8
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="http://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=$DESTDIR install || return 1
23 # copy sample file
24 install -Dm644 $src/sample.dat $install/usr/share/ledger/sample.dat
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="gmp libpcre"
30 }