wok view calcurse/receipt @ rev 21178

pam_ldap, asciiquarium: update website
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 01 19:33:51 2019 +0200 (2019-04-01)
parents eb8067417980
children 74f8ada2d9a2
line source
1 # SliTaz package receipt.
3 PACKAGE="calcurse"
4 VERSION="4.3.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="$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 --disable-nls $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/bin $fs/usr
31 }