wok rev 20663

updated sc-im (0.6.0 -> 0.7.0)
author Hans-G?nter Theisgen
date Tue Jan 15 14:45:17 2019 +0100 (2019-01-15)
parents f5c4924e8cd9
children 5de8b3cfc73f
files sc-im/receipt
line diff
     1.1 --- a/sc-im/receipt	Mon Jan 14 22:40:43 2019 +0100
     1.2 +++ b/sc-im/receipt	Tue Jan 15 14:45:17 2019 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sc-im"
     1.7 -VERSION="0.6.0"
     1.8 +VERSION="0.7.0"
     1.9  CATEGORY="office"
    1.10 -SHORT_DESC="Spreadsheet Calculator Improvised."
    1.11 +SHORT_DESC="Spreadsheet Calculator Improved"
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="https://github.com/andmarti1424/sc-im"
    1.15 @@ -16,7 +16,8 @@
    1.16  compile_rules()
    1.17  {
    1.18  	cd $src/src
    1.19 -	make -j1 && make install
    1.20 +	# name = scim , to keep the same name as in version 0.6.0
    1.21 +	make -j1 name=scim prefix=/usr && make install name=scim prefix=/usr
    1.22  }
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()