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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }