wok diff task/receipt @ rev 16104
Up: spk (1.1.1) Fix spk-up for other arch than default
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Mar 18 22:38:51 2014 +0100 (2014-03-18) |
parents | c88c71045db6 |
children | 3c8471163aef |
line diff
1.1 --- a/task/receipt Fri Oct 19 19:53:45 2012 +0100 1.2 +++ b/task/receipt Tue Mar 18 22:38:51 2014 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Task is an open source, command line, TODO list manager." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="ncurses gcc-lib-base" 1.8 -BUILD_DEPENDS="ncurses-dev cmake" 1.9 +LICENSE="MIT" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://taskwarrior.org" 1.12 WGET_URL="http://www.taskwarrior.org/download/$TARBALL" 1.13 TAGS="office todo" 1.14 1.15 +DEPENDS="ncurses gcc-lib-base" 1.16 +BUILD_DEPENDS="ncurses-dev cmake" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {