wok-undigest view sc-im/receipt @ rev 1156

sc-im : make -j1
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Sep 05 13:06:26 2015 +0000 (2015-09-05)
parents d15d1e214e6e
children 58c0309cc71f
line source
1 # SliTaz package receipt.
3 PACKAGE="sc-im"
4 VERSION="01102015"
5 CATEGORY="office"
6 SHORT_DESC="Spreadsheet Calculator Improvised."
7 MAINTAINER="paul@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="https://github.com/andmarti1424/sc-im"
10 WGET_URL="git|git://github.com/andmarti1424/sc-im"
12 DEPENDS="ncurses libtinfo"
13 BUILD_DEPENDS="ncurses-dev git bzip2 bison flex"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src/src
19 export LDFLAGS="-Wl,--copy-dt-needed-entries"
20 make -j1
21 make DESTDIR=$DESTDIR install
22 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }