wok view sc-im/receipt @ rev 19783
mate-control-center: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 22 09:46:32 2017 +0100 (2017-02-22) |
parents | eaad6c4ccbaa |
children | ca1e8136c35e |
line source
1 # SliTaz package receipt.
3 PACKAGE="sc-im"
4 VERSION="0.4.0"
5 CATEGORY="office"
6 SHORT_DESC="Spreadsheet Calculator Improvised."
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 make -j1 && make install
20 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cook_copy_files scim scim_help
25 }