wok-6.x annotate sc-im/receipt @ rev 20547
Remove linux-mmc (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 01 13:00:11 2018 +0100 (2018-12-01) |
parents | 1feee7ca564d |
children | 59e7941d8658 |
rev | line source |
---|---|
paul@18415 | 1 # SliTaz package receipt. |
paul@18415 | 2 |
paul@18415 | 3 PACKAGE="sc-im" |
paul@19944 | 4 VERSION="0.6.0" |
paul@18415 | 5 CATEGORY="office" |
paul@18415 | 6 SHORT_DESC="Spreadsheet Calculator Improvised." |
paul@18415 | 7 MAINTAINER="paul@slitaz.org" |
pascal@19179 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
paul@18415 | 9 WEB_SITE="https://github.com/andmarti1424/sc-im" |
paul@18415 | 10 WGET_URL="git|git://github.com/andmarti1424/sc-im" |
paul@18415 | 11 |
al@19542 | 12 DEPENDS="ncursesw" |
al@19542 | 13 BUILD_DEPENDS="git ncursesw-dev bison" |
paul@18415 | 14 |
paul@18415 | 15 # Rules to configure and make the package. |
paul@18415 | 16 compile_rules() |
paul@18415 | 17 { |
paul@18415 | 18 cd $src/src |
al@19542 | 19 make -j1 && make install |
paul@18415 | 20 } |
paul@18415 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@18415 | 22 genpkg_rules() |
paul@18415 | 23 { |
al@19542 | 24 cook_copy_files scim scim_help |
paul@18415 | 25 } |