wok-stable rev 4238

Up: task (1.8.2) and fix WGET
author Paul Issott <paul@slitaz.org>
date Thu Sep 24 17:31:13 2009 +0000 (2009-09-24)
parents ad920ce27bf4
children ed8cb1e3b21b
files task/receipt
line diff
     1.1 --- a/task/receipt	Thu Sep 24 16:45:23 2009 +0200
     1.2 +++ b/task/receipt	Thu Sep 24 17:31:13 2009 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="task"
     1.7 -VERSION="1.6.1"
     1.8 +VERSION="1.8.2"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Task is an open source, command line, TODO list manager."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  DEPENDS="ncurses"
    1.13  BUILD_DEPENDS="ncurses-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WEB_SITE="http://www.beckingham.net/task.html"
    1.16 -WGET_URL="http://www.beckingham.net/$TARBALL"
    1.17 +WEB_SITE="http://taskwarrior.org"
    1.18 +WGET_URL=""http://www.taskwarrior.org/download/$TARBALL
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22 @@ -26,6 +26,7 @@
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p $fs/usr
    1.27 +	mkdir -p $fs/usr/share
    1.28  	cp -a $_pkg/usr/bin $fs/usr
    1.29 +	cp -a $_pkg/usr/share/doc $fs/usr/share
    1.30  }