wok view calcurse/receipt @ rev 22629

updated darkstat (3.0.713 -> 3.0.719)
author Hans-G?nter Theisgen
date Mon Jan 13 07:59:55 2020 +0100 (2020-01-13)
parents 338d4e50e57e
children 5ac01c6c6cec
line source
1 # SliTaz package receipt.
3 PACKAGE="calcurse"
4 VERSION="4.5.1"
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="${WEB_SITE}files/$TARBALL"
15 DEPENDS="ncurses ncursesw"
16 BUILD_DEPENDS="ncurses-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --disable-nls \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
32 cp -a $install/usr/bin $fs/usr
33 }