wok-next view sc/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 2f03cb67a994
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sc"
4 VERSION="7.16"
5 CATEGORY="office"
6 SHORT_DESC="Spreadsheet calculator"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev bison m4"
16 compile_rules() {
17 make || return 1
19 install -Dm755 sc $install/usr/bin/sc
20 install -Dm755 psc $install/usr/bin/psc
21 install -Dm755 scqref $install/usr/bin/scqref
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="ncurses"
27 }