wok annotate calcurse/receipt @ rev 18888
Add aurorials-theme and madeirado-theme (Art by Leonardo Laporte, theme switchers mine)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Feb 12 15:51:10 2016 +0200 (2016-02-12) |
parents | 9b6bb1d6033f |
children | 338d4e50e57e |
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" |
pascal@15579 | 8 LICENSE="BSD" |
paul@4624 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@11078 | 10 WEB_SITE="http://calcurse.org/" |
slaxemulator@11078 | 11 WGET_URL="http://calcurse.org/files/$TARBALL" |
pascal@14528 | 12 TAGS="calendar reminder schedule" |
paul@4624 | 13 |
slaxemulator@10284 | 14 DEPENDS="ncurses ncursesw" |
slaxemulator@10284 | 15 BUILD_DEPENDS="ncurses-dev" |
slaxemulator@10284 | 16 |
paul@4624 | 17 # Rules to configure and make the package. |
paul@4624 | 18 compile_rules() |
paul@4624 | 19 { |
paul@4624 | 20 cd $src |
slaxemulator@10284 | 21 ./configure --disable-nls $CONFIGURE_ARGS && |
slaxemulator@10284 | 22 make && make install |
paul@4624 | 23 } |
paul@4624 | 24 |
paul@4624 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@4624 | 26 genpkg_rules() |
paul@4624 | 27 { |
paul@4624 | 28 mkdir -p $fs/usr |
pascal@15579 | 29 cp -a $install/usr/bin $fs/usr |
paul@4624 | 30 } |
paul@4624 | 31 |