wok-next view sc-im/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
parents 6c12ac1293fc
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sc-im"
4 VERSION="0.4.0"
5 CATEGORY="office"
6 SHORT_DESC="Spreadsheet Calculator Improvised"
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="https://github.com/andmarti1424/sc-im"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="git|git://github.com/andmarti1424/sc-im"
13 BUILD_DEPENDS="git ncurses-dev bison"
15 compile_rules() {
16 cd $src/src
17 make -j1 &&
18 make install
19 }
20 genpkg_rules() {
21 copy scim scim_help
22 DEPENDS="ncurses"
23 }