wok-6.x view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="sc-im"
4 VERSION="0.7.0"
5 CATEGORY="office"
6 SHORT_DESC="Spreadsheet Calculator Improved"
7 MAINTAINER="paul@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="https://github.com/andmarti1424/sc-im"
10 WGET_URL="git|git://github.com/andmarti1424/sc-im"
12 DEPENDS="ncursesw"
13 BUILD_DEPENDS="git ncursesw-dev bison"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src/src
19 # name = scim , to keep the same name as in version 0.6.0
20 make -j1 name=scim prefix=/usr && make install name=scim prefix=/usr
21 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cook_copy_files scim scim_help
26 }