wok annotate sc-im/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
parents 59e7941d8658
children 0b484bb7209b
rev   line source
paul@18415 1 # SliTaz package receipt.
paul@18415 2
paul@18415 3 PACKAGE="sc-im"
Hans-G?nter@20663 4 VERSION="0.7.0"
paul@18415 5 CATEGORY="office"
Hans-G?nter@20663 6 SHORT_DESC="Spreadsheet Calculator Improved"
paul@18415 7 MAINTAINER="paul@slitaz.org"
pascal@19179 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@18415 9 WEB_SITE="https://github.com/andmarti1424/sc-im"
paul@18415 10 WGET_URL="git|git://github.com/andmarti1424/sc-im"
paul@18415 11
al@19542 12 DEPENDS="ncursesw"
al@19542 13 BUILD_DEPENDS="git ncursesw-dev bison"
paul@18415 14
paul@18415 15 # Rules to configure and make the package.
paul@18415 16 compile_rules()
paul@18415 17 {
paul@18415 18 cd $src/src
Hans-G?nter@20665 19 # Do not override name = scim in Makefile,
Hans-G?nter@20665 20 # in order to avoid conflicts with the package scim
Hans-G?nter@20665 21 make -j1 prefix=/usr && make install prefix=/usr
paul@18415 22 }
paul@18415 23 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@18415 24 genpkg_rules()
paul@18415 25 {
Hans-G?nter@20665 26 # Program name changed to sc-im
Hans-G?nter@20665 27 cook_copy_files sc-im sc-im_help
paul@18415 28 }