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

updated freeradius (2.1.12 -> 3.0.20)
author Hans-G?nter Theisgen
date Fri Dec 06 17:16:20 2019 +0100 (2019-12-06)
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 }