wok diff ledger/receipt @ rev 20548
linld: fix open_image
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 01 16:48:25 2018 +0100 (2018-12-01) |
parents | 01dc32ea5178 |
children | a78610b2eb47 |
line diff
1.1 --- a/ledger/receipt Wed Dec 26 15:50:31 2012 +0100 1.2 +++ b/ledger/receipt Sat Dec 01 16:48:25 2018 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="A double-entry accounting system that is accessed from the UNIX command-line." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="pcre gmp" 1.8 -BUILD_DEPENDS="pcre-dev gmp-dev" 1.9 +LICENSE="BSD" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://ledger-cli.org/" 1.12 WGET_URL="http://ftp.newartisans.com/pub/ledger/$TARBALL" 1.13 1.14 +DEPENDS="pcre gmp" 1.15 +BUILD_DEPENDS="pcre-dev gmp-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {