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

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }