CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
task: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Mon, 3 May 2010 07:29:48 +0000 (09:29 +0200)
committerJose V Beneyto <sepen@crux.nu>
Mon, 3 May 2010 07:29:48 +0000 (09:29 +0200)
task/.footprint [new file with mode: 0644]
task/.md5sum [new file with mode: 0644]
task/Pkgfile [new file with mode: 0644]

diff --git a/task/.footprint b/task/.footprint
new file mode 100644 (file)
index 0000000..6bb3be8
--- /dev/null
@@ -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 (file)
index 0000000..b42cbf6
--- /dev/null
@@ -0,0 +1 @@
+b9c12f60ff509c1ce5c6292041789baa  task-1.9.0.tar.gz
diff --git a/task/Pkgfile b/task/Pkgfile
new file mode 100644 (file)
index 0000000..746c540
--- /dev/null
@@ -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
+}