# HG changeset patch # User Paul Issott # Date 1442762268 -3600 # Node ID 6214d4ef67984b0cb59d006a5ab6ac1a160cddc5 # Parent 405c289aa8d6a797586a71d416558ebf1af128d5 mv scim to wok diff -r 405c289aa8d6 -r 6214d4ef6798 sc-im/receipt --- a/sc-im/receipt Sun Sep 20 16:16:29 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="sc-im" -VERSION="01102015" -CATEGORY="office" -SHORT_DESC="Spreadsheet Calculator Improvised." -MAINTAINER="paul@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/andmarti1424/sc-im" -WGET_URL="git|git://github.com/andmarti1424/sc-im" - -DEPENDS="ncurses libtinfo" -BUILD_DEPENDS="ncurses-dev git bzip2 bison flex" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src/src - export LDFLAGS="-Wl,--copy-dt-needed-entries" - make -j1 - make DESTDIR=$DESTDIR install -} -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share $fs/usr -}