wok annotate sc-im/receipt @ 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 ca1e8136c35e
children 1a5b7ae238cf
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@20663 19 # name = scim , to keep the same name as in version 0.6.0
Hans-G?nter@20663 20 make -j1 name=scim prefix=/usr && make install name=scim prefix=/usr
paul@18415 21 }
paul@18415 22 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@18415 23 genpkg_rules()
paul@18415 24 {
al@19542 25 cook_copy_files scim scim_help
paul@18415 26 }