SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "calcurse"

# SliTaz package receipt.

PACKAGE="calcurse"
VERSION="2.9.2"
CATEGORY="office"
SHORT_DESC="Text-based calender and scheduling application."
MAINTAINER="paul@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://calcurse.org/"
WGET_URL="http://calcurse.org/files/$TARBALL"
TAGS="calender reminder schedule"

DEPENDS="ncurses ncursesw"
BUILD_DEPENDS="ncurses-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --disable-nls $CONFIGURE_ARGS &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)