
Receipt for package "calcurse"
# SliTaz package receipt. PACKAGE="calcurse" VERSION="4.7.1" CATEGORY="office" TAGS="calendar reminder schedule" SHORT_DESC="Text-based calender and scheduling application." MAINTAINER="paul@slitaz.org" LICENSE="BSD" WEB_SITE="https://calcurse.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}files/$TARBALL" DEPENDS="ncurses ncursesw" BUILD_DEPENDS="ncurses-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/source/!d;s|.*calcurse ||;s| .*||' } # Rules to configure and make the package. compile_rules() { ./configure \ --disable-nls \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)