wok-next diff task/receipt @ rev 16794
Add libjson-dev (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 02 21:12:13 2014 +0200 (2014-07-02) |
parents | c88c71045db6 |
children | 3c8471163aef |
line diff
1.1 --- a/task/receipt Fri Oct 19 19:53:45 2012 +0100 1.2 +++ b/task/receipt Wed Jul 02 21:12:13 2014 +0200 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 {