wok-next view calcurse/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 8f50006d2661
children b84b01f3048e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="calcurse"
4 VERSION="2.9.2"
5 CATEGORY="office"
6 SHORT_DESC="Text-based calender and scheduling application"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://calcurse.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://calcurse.org/files/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules() {
17 ./configure \
18 --disable-nls \
19 $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="ncurses"
27 TAGS="calendar reminder schedule"
28 }