wok-undigest annotate sc-im/receipt @ rev 1163

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