wok view calcurse/receipt @ rev 12015

Add linux-nbd & linux-aoe
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 06 11:55:34 2012 +0100 (2012-03-06)
parents e9defc6d7877
children 9b6bb1d6033f
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="calender 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 }