wok-next view sc/receipt @ rev 21700
updated gphoto2 (2.5.15 -> 2.5.23)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 30 17:45:45 2020 +0100 (2020-06-30) |
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 }