SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

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
}
6047 packages and 209931 files in current database (Mon Jul 1 15:25:36 2024)