wok diff sc/receipt @ rev 16314

ARM: add tar and some fixes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:14:10 2014 +0200 (2014-04-09)
parents 940b5937e496
children 3ba8d2c9720d
line diff
     1.1 --- a/sc/receipt	Wed Mar 02 11:06:20 2011 +0100
     1.2 +++ b/sc/receipt	Wed Apr 09 14:14:10 2014 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="Spreadsheet calculator."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="ncurses"
     1.8 -BUILD_DEPENDS="ncurses-dev bison m4"
     1.9 +LICENSE="PublicDomain"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/"
    1.12  WGET_URL="http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/$TARBALL"
    1.13  
    1.14 +DEPENDS="ncurses"
    1.15 +BUILD_DEPENDS="ncurses-dev bison m4"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {