wok diff ledger/receipt @ rev 17835

pulseaudio: stop dbus boot msg error
author Richard Dunbar <mojo@slitaz.org>
date Mon Mar 23 00:00:29 2015 -0400 (2015-03-23)
parents 01dc32ea5178
children a78610b2eb47
line diff
     1.1 --- a/ledger/receipt	Wed Dec 26 15:50:31 2012 +0100
     1.2 +++ b/ledger/receipt	Mon Mar 23 00:00:29 2015 -0400
     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  {