wok-next annotate calcurse/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents b156aee559a7
children 998243d0c473
rev   line source
al@20799 1 # SliTaz package receipt v2.
paul@4624 2
paul@4624 3 PACKAGE="calcurse"
al@20985 4 VERSION="4.3.0"
paul@4624 5 CATEGORY="office"
al@20799 6 SHORT_DESC="Text-based calender and scheduling application"
paul@4624 7 MAINTAINER="paul@slitaz.org"
pascal@15579 8 LICENSE="BSD"
al@20985 9 WEB_SITE="https://calcurse.org/"
al@20799 10
paul@4624 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20985 12 WGET_URL="https://calcurse.org/files/$TARBALL"
paul@4624 13
slaxemulator@10284 14 BUILD_DEPENDS="ncurses-dev"
slaxemulator@10284 15
al@20799 16 compile_rules() {
al@20799 17 ./configure \
al@20799 18 $CONFIGURE_ARGS &&
al@20799 19 make &&
al@20799 20 make install
paul@4624 21 }
paul@4624 22
al@20799 23 genpkg_rules() {
al@20799 24 copy @std
al@20799 25 DEPENDS="ncurses"
al@20799 26 TAGS="calendar reminder schedule"
paul@4624 27 }