wok-next annotate 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
rev   line source
al@20491 1 # SliTaz package receipt v2.
paul@4539 2
paul@4539 3 PACKAGE="sc"
paul@4539 4 VERSION="7.16"
paul@4539 5 CATEGORY="office"
al@20491 6 SHORT_DESC="Spreadsheet calculator"
paul@4539 7 MAINTAINER="paul@slitaz.org"
pascal@15587 8 LICENSE="PublicDomain"
al@20491 9 WEB_SITE="http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/"
al@20491 10
paul@4539 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@4539 12 WGET_URL="http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/$TARBALL"
paul@4539 13
pascal@15587 14 BUILD_DEPENDS="ncurses-dev bison m4"
pascal@15587 15
al@20491 16 compile_rules() {
al@20491 17 make || return 1
al@20491 18
al@21020 19 install -Dm755 sc $install/usr/bin/sc
al@21020 20 install -Dm755 psc $install/usr/bin/psc
al@21020 21 install -Dm755 scqref $install/usr/bin/scqref
paul@4539 22 }
paul@4539 23
al@20491 24 genpkg_rules() {
al@20491 25 copy @std
al@20491 26 DEPENDS="ncurses"
paul@4539 27 }