wok-next view calcurse/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents b84b01f3048e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="calcurse"
4 VERSION="4.6.0"
5 CATEGORY="office"
6 TAGS="calendar reminder schedule"
7 SHORT_DESC="Text-based calender and scheduling application"
8 MAINTAINER="paul@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://calcurse.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://calcurse.org/files/$TARBALL"
15 BUILD_DEPENDS="ncurses-dev"
17 compile_rules()
18 {
19 ./configure \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="ncurses"
29 }