wok view sc-im/receipt @ rev 21845

updated rox packages (2.8 -> 2.11)
author Hans-G?nter Theisgen
date Sun Sep 15 11:06:31 2019 +0100 (2019-09-15)
parents 59e7941d8658
children 0b484bb7209b
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 # Do not override name = scim in Makefile,
20 # in order to avoid conflicts with the package scim
21 make -j1 prefix=/usr && make install prefix=/usr
22 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 # Program name changed to sc-im
27 cook_copy_files sc-im sc-im_help
28 }