wok-next view calcurse/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }