wok annotate sc-im/receipt @ 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 1a5b7ae238cf
children f9e252411aa1
rev   line source
paul@18415 1 # SliTaz package receipt.
paul@18415 2
paul@18415 3 PACKAGE="sc-im"
Hans-G?nter@24135 4 VERSION="0.8.2"
paul@18415 5 CATEGORY="office"
Hans-G?nter@20663 6 SHORT_DESC="Spreadsheet Calculator Improved"
paul@18415 7 MAINTAINER="paul@slitaz.org"
Hans-G?nter@24135 8 WEB_SITE="https://github.com/andmarti1424/sc-im"
Hans-G?nter@24135 9
pascal@19179 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@18415 11 WGET_URL="git|git://github.com/andmarti1424/sc-im"
paul@18415 12
al@19542 13 DEPENDS="ncursesw"
Hans-G?nter@24135 14 BUILD_DEPENDS="bison git ncursesw-dev"
paul@18415 15
paul@18415 16 # Rules to configure and make the package.
paul@18415 17 compile_rules()
paul@18415 18 {
Hans-G?nter@24135 19 export CFLAGS="$CFLAGS -std=c99"
paul@18415 20 cd $src/src
Hans-G?nter@20665 21 # Do not override name = scim in Makefile,
Hans-G?nter@20665 22 # in order to avoid conflicts with the package scim
Hans-G?nter@24135 23 make -j1 prefix=/usr &&
Hans-G?nter@24135 24 make install prefix=/usr
paul@18415 25 }
Hans-G?nter@24135 26
paul@18415 27 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@18415 28 genpkg_rules()
paul@18415 29 {
Hans-G?nter@20665 30 # Program name changed to sc-im
Hans-G?nter@20665 31 cook_copy_files sc-im sc-im_help
paul@18415 32 }