wok-next annotate sc-im/receipt @ rev 19952

s/ncursesw/ncurses/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 13:38:21 2017 +0200 (2017-10-16)
parents f463de72afe3
children d5aab818505e
rev   line source
paul@18415 1 # SliTaz package receipt.
paul@18415 2
paul@18415 3 PACKAGE="sc-im"
paul@19539 4 VERSION="0.4.0"
paul@18415 5 CATEGORY="office"
paul@18415 6 SHORT_DESC="Spreadsheet Calculator Improvised."
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
pascal@19952 12 DEPENDS="ncurses"
pascal@19952 13 BUILD_DEPENDS="git ncurses-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
al@19542 19 make -j1 && make install
paul@18415 20 }
paul@18415 21 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@18415 22 genpkg_rules()
paul@18415 23 {
al@19783 24 copy scim scim_help
paul@18415 25 }