wok annotate 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
rev   line source
paul@4624 1 # SliTaz package receipt.
paul@4624 2
paul@4624 3 PACKAGE="calcurse"
Hans-G?nter@20766 4 VERSION="4.3.0"
paul@4624 5 CATEGORY="office"
Hans-G?nter@20766 6 TAGS="calendar reminder schedule"
paul@4624 7 SHORT_DESC="Text-based calender and scheduling application."
paul@4624 8 MAINTAINER="paul@slitaz.org"
pascal@15579 9 LICENSE="BSD"
Hans-G?nter@20766 10 WEB_SITE="https://calcurse.org/"
Hans-G?nter@20766 11
paul@4624 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@20766 13 WGET_URL="$WEB_SITE/files/$TARBALL"
paul@4624 14
slaxemulator@10284 15 DEPENDS="ncurses ncursesw"
slaxemulator@10284 16 BUILD_DEPENDS="ncurses-dev"
slaxemulator@10284 17
paul@4624 18 # Rules to configure and make the package.
paul@4624 19 compile_rules()
paul@4624 20 {
slaxemulator@10284 21 ./configure --disable-nls $CONFIGURE_ARGS &&
Hans-G?nter@20766 22 make &&
Hans-G?nter@20766 23 make install
paul@4624 24 }
paul@4624 25
paul@4624 26 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@4624 27 genpkg_rules()
paul@4624 28 {
paul@4624 29 mkdir -p $fs/usr
pascal@15579 30 cp -a $install/usr/bin $fs/usr
paul@4624 31 }