wok-next view calcurse/receipt @ rev 21047

Up tazpkg (971), cookutils (1095)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:15:05 2018 +0200 (2018-11-26)
parents b156aee559a7
children 998243d0c473
line source
1 # SliTaz package receipt v2.
3 PACKAGE="calcurse"
4 VERSION="4.3.0"
5 CATEGORY="office"
6 SHORT_DESC="Text-based calender and scheduling application"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://calcurse.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://calcurse.org/files/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules() {
17 ./configure \
18 $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="ncurses"
26 TAGS="calendar reminder schedule"
27 }