From 5d425b3849d6cd8e493312c5e421ed59e2246c41 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 3 May 2010 09:29:48 +0200 Subject: [PATCH] task: initial import (verified compilation) --- task/.footprint | 11 +++++++++++ task/.md5sum | 1 + task/Pkgfile | 23 +++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 task/.footprint create mode 100644 task/.md5sum create mode 100644 task/Pkgfile diff --git a/task/.footprint b/task/.footprint new file mode 100644 index 0000000..6bb3be8 --- /dev/null +++ b/task/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/task +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/task.1.gz +drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/task-color.5.gz +-rw-r--r-- root/root usr/man/man5/task-faq.5.gz +-rw-r--r-- root/root usr/man/man5/task-tutorial.5.gz +-rw-r--r-- root/root usr/man/man5/taskrc.5.gz diff --git a/task/.md5sum b/task/.md5sum new file mode 100644 index 0000000..b42cbf6 --- /dev/null +++ b/task/.md5sum @@ -0,0 +1 @@ +b9c12f60ff509c1ce5c6292041789baa task-1.9.0.tar.gz diff --git a/task/Pkgfile b/task/Pkgfile new file mode 100644 index 0000000..746c540 --- /dev/null +++ b/task/Pkgfile @@ -0,0 +1,23 @@ +# Description: Powerful task manager for the command-line +# URL: http://taskwarrior.org/projects/show/taskwarrior/ +# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org + +name=task +version=1.9.0 +release=1 +source=(http://www.taskwarrior.org/download/$name-$version.tar.gz) + +build () { + cd $name-$version + sed -i 's/-O3//' configure + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share +} -- 2.26.2