wok-next view calcurse/receipt @ rev 14803

slitaz-configs: up 5.1.5; slitaz-tools and slitaz-tools-boxes: up 5.4.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 16 20:16:33 2013 +0300 (2013-07-16)
parents 7342a2311858
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="calcurse"
4 VERSION="2.9.2"
5 CATEGORY="office"
6 SHORT_DESC="Text-based calender and scheduling application."
7 MAINTAINER="paul@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://calcurse.org/"
10 WGET_URL="http://calcurse.org/files/$TARBALL"
11 TAGS="calendar reminder schedule"
13 DEPENDS="ncurses ncursesw"
14 BUILD_DEPENDS="ncurses-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --disable-nls $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }