# HG changeset patch # User Paul Issott # Date 1253813473 0 # Node ID 4fe7c73e2e435f3ee9959c5c8cfb246b1f8aa396 # Parent ad920ce27bf490d35ac194905d007de7fb399967 Up: task (1.8.2) and fix WGET diff -r ad920ce27bf4 -r 4fe7c73e2e43 task/receipt --- a/task/receipt Thu Sep 24 16:45:23 2009 +0200 +++ b/task/receipt Thu Sep 24 17:31:13 2009 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="task" -VERSION="1.6.1" +VERSION="1.8.2" CATEGORY="utilities" SHORT_DESC="Task is an open source, command line, TODO list manager." MAINTAINER="paul@slitaz.org" DEPENDS="ncurses" BUILD_DEPENDS="ncurses-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.beckingham.net/task.html" -WGET_URL="http://www.beckingham.net/$TARBALL" +WEB_SITE="http://taskwarrior.org" +WGET_URL=""http://www.taskwarrior.org/download/$TARBALL # Rules to configure and make the package. compile_rules() @@ -26,6 +26,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr + mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/doc $fs/usr/share }