wok view calcurse/receipt @ rev 4681

Up: babl (0.1.0)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 30 14:21:06 2009 +0100 (2009-12-30)
parents
children f7e96b8e3444
line source
1 # SliTaz package receipt.
3 PACKAGE="calcurse"
4 VERSION="2.7"
5 CATEGORY="office"
6 SHORT_DESC="Text-based calender and scheduling application."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="ncurses"
9 BUILD_DEPENDS="ncurses-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://culot.org/calcurse/"
12 WGET_URL="ftp://ftp2.culot.org/culot/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --disable-nls
19 make && make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }