wok-next diff ledger/receipt @ rev 18117
Up: cookutils (741): add descriptions.txt to the bundle.tar.lzma
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 07 00:49:14 2015 +0300 (2015-06-07) |
parents | 01dc32ea5178 |
children | 0ec6086e21d6 |
line diff
1.1 --- a/ledger/receipt Wed Dec 26 15:50:31 2012 +0100 1.2 +++ b/ledger/receipt Sun Jun 07 00:49:14 2015 +0300 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 {