wok-next view sc-im/receipt @ rev 18995

Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org).
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Mar 19 01:26:01 2016 -0300 (2016-03-19)
parents
children a00943149066
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 cp -a $install/usr/share $fs/usr
29 }