wok view sc-im/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents 59e7941d8658
children 0b484bb7209b
line source
1 # SliTaz package receipt.
3 PACKAGE="sc-im"
4 VERSION="0.7.0"
5 CATEGORY="office"
6 SHORT_DESC="Spreadsheet Calculator Improved"
7 MAINTAINER="paul@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="https://github.com/andmarti1424/sc-im"
10 WGET_URL="git|git://github.com/andmarti1424/sc-im"
12 DEPENDS="ncursesw"
13 BUILD_DEPENDS="git ncursesw-dev bison"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src/src
19 # Do not override name = scim in Makefile,
20 # in order to avoid conflicts with the package scim
21 make -j1 prefix=/usr && make install prefix=/usr
22 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 # Program name changed to sc-im
27 cook_copy_files sc-im sc-im_help
28 }