wok view calcurse/receipt @ rev 12493
Up: libgudev (182) we must build udev first them up libgudev
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 24 14:58:24 2012 +0200 (2012-04-24) |
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 }