wok-next view sc/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
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 }