wok-next diff sc-im/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 6c12ac1293fc |
children |
line diff
1.1 --- a/sc-im/receipt Mon Oct 16 13:38:21 2017 +0200 1.2 +++ b/sc-im/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -1,25 +1,23 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="sc-im" 1.8 VERSION="0.4.0" 1.9 CATEGORY="office" 1.10 -SHORT_DESC="Spreadsheet Calculator Improvised." 1.11 +SHORT_DESC="Spreadsheet Calculator Improvised" 1.12 MAINTAINER="paul@slitaz.org" 1.13 +WEB_SITE="https://github.com/andmarti1424/sc-im" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="https://github.com/andmarti1424/sc-im" 1.17 WGET_URL="git|git://github.com/andmarti1424/sc-im" 1.18 1.19 -DEPENDS="ncurses" 1.20 BUILD_DEPENDS="git ncurses-dev bison" 1.21 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 +compile_rules() { 1.26 cd $src/src 1.27 - make -j1 && make install 1.28 + make -j1 && 1.29 + make install 1.30 } 1.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 -genpkg_rules() 1.33 -{ 1.34 +genpkg_rules() { 1.35 copy scim scim_help 1.36 + DEPENDS="ncurses" 1.37 }