wok rev 24135

updated sc-im (0.7.0 -> 0.8.2)
author Hans-G?nter Theisgen
date Thu Nov 04 15:33:04 2021 +0100 (2021-11-04)
parents 9c4b74f41985
children f9e252411aa1
files sc-im/description.txt sc-im/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sc-im/description.txt	Thu Nov 04 15:33:04 2021 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Spreadsheet Calculator Improved, aka sc-im, is an ncurses based, vim-like spreadsheet calculator.
     1.5 +
     1.6 +sc-im is based on sc, whose original authors are James Gosling and Mark Weiser,
     1.7 +and modifications were later added by Chuck Martin.
     2.1 --- a/sc-im/receipt	Thu Oct 28 18:03:20 2021 +0000
     2.2 +++ b/sc-im/receipt	Thu Nov 04 15:33:04 2021 +0100
     2.3 @@ -1,25 +1,29 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="sc-im"
     2.7 -VERSION="0.7.0"
     2.8 +VERSION="0.8.2"
     2.9  CATEGORY="office"
    2.10  SHORT_DESC="Spreadsheet Calculator Improved"
    2.11  MAINTAINER="paul@slitaz.org"
    2.12 +WEB_SITE="https://github.com/andmarti1424/sc-im"
    2.13 +
    2.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15 -WEB_SITE="https://github.com/andmarti1424/sc-im"
    2.16  WGET_URL="git|git://github.com/andmarti1424/sc-im"
    2.17  
    2.18  DEPENDS="ncursesw"
    2.19 -BUILD_DEPENDS="git ncursesw-dev bison"
    2.20 +BUILD_DEPENDS="bison git ncursesw-dev"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25 +	export CFLAGS="$CFLAGS -std=c99"
    2.26  	cd $src/src
    2.27  	# Do not override name = scim in Makefile,
    2.28  	# in order to avoid conflicts with the package scim
    2.29 -	make -j1 prefix=/usr && make install prefix=/usr
    2.30 +	make -j1 prefix=/usr &&
    2.31 +	make install prefix=/usr
    2.32  }
    2.33 +
    2.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.35  genpkg_rules()
    2.36  {