wok annotate calcurse/receipt @ rev 12697
slitaz-tools: temp patch to tazinst removed
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 03 07:51:54 2012 +0200 (2012-05-03) |
parents | e9defc6d7877 |
children | 9b6bb1d6033f |
rev | line source |
---|---|
paul@4624 | 1 # SliTaz package receipt. |
paul@4624 | 2 |
paul@4624 | 3 PACKAGE="calcurse" |
slaxemulator@11078 | 4 VERSION="2.9.2" |
paul@4624 | 5 CATEGORY="office" |
paul@4624 | 6 SHORT_DESC="Text-based calender and scheduling application." |
paul@4624 | 7 MAINTAINER="paul@slitaz.org" |
paul@4624 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@11078 | 9 WEB_SITE="http://calcurse.org/" |
slaxemulator@11078 | 10 WGET_URL="http://calcurse.org/files/$TARBALL" |
jozee@4933 | 11 TAGS="calender reminder schedule" |
paul@4624 | 12 |
slaxemulator@10284 | 13 DEPENDS="ncurses ncursesw" |
slaxemulator@10284 | 14 BUILD_DEPENDS="ncurses-dev" |
slaxemulator@10284 | 15 |
paul@4624 | 16 # Rules to configure and make the package. |
paul@4624 | 17 compile_rules() |
paul@4624 | 18 { |
paul@4624 | 19 cd $src |
slaxemulator@10284 | 20 ./configure --disable-nls $CONFIGURE_ARGS && |
slaxemulator@10284 | 21 make && make install |
paul@4624 | 22 } |
paul@4624 | 23 |
paul@4624 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@4624 | 25 genpkg_rules() |
paul@4624 | 26 { |
paul@4624 | 27 mkdir -p $fs/usr |
paul@4624 | 28 cp -a $_pkg/usr/bin $fs/usr |
paul@4624 | 29 } |
paul@4624 | 30 |