wok rev 25856 tip
updated sc-im (0.8.4 -> 0.8.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 23 08:59:37 2025 +0100 (6 days ago) |
parents | 1883b3e299a7 |
children | |
files | sc-im/receipt |
line diff
1.1 --- a/sc-im/receipt Wed Jul 23 08:53:04 2025 +0100 1.2 +++ b/sc-im/receipt Wed Jul 23 08:59:37 2025 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sc-im" 1.7 -VERSION="0.8.4" 1.8 +VERSION="0.8.5" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Spreadsheet Calculator Improved." 1.11 LICENSE="BSD" 1.12 @@ -24,17 +24,18 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - export CFLAGS="$CFLAGS -std=c99" 1.17 - cd $src/src 1.18 + export CFLAGS="$CFLAGS -std=c99" 1.19 + cd $src/src 1.20 # Do not override name = scim in Makefile, 1.21 # in order to avoid conflicts with the package scim 1.22 - make -j1 prefix=/usr && 1.23 - make install prefix=/usr 1.24 + make prefix=/usr && 1.25 + make install prefix=/usr 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 # Program name changed to sc-im 1.32 - cook_copy_files sc-im sc-im_help 1.33 + cook_copy_files sc-im 1.34 + cook_copy_files sc-im_help 1.35 }