wok-next view sc/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }