diff --git a/devtodo/.footprint b/devtodo/.footprint new file mode 100644 index 000000000..81495e488 --- /dev/null +++ b/devtodo/.footprint @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/devtodo +lrwxrwxrwx root/root usr/bin/tda -> devtodo +lrwxrwxrwx root/root usr/bin/tdd -> devtodo +lrwxrwxrwx root/root usr/bin/tde -> devtodo +lrwxrwxrwx root/root usr/bin/tdl -> devtodo +lrwxrwxrwx root/root usr/bin/tdr -> devtodo +lrwxrwxrwx root/root usr/bin/todo -> devtodo +drwxr-xr-x root/root usr/etc/ +-rw-r--r-- root/root usr/etc/todorc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/devtodo.1.gz +lrwxrwxrwx root/root usr/man/man1/tda.1.gz -> devtodo.1.gz +lrwxrwxrwx root/root usr/man/man1/tdd.1.gz -> devtodo.1.gz +lrwxrwxrwx root/root usr/man/man1/tde.1.gz -> devtodo.1.gz +lrwxrwxrwx root/root usr/man/man1/tdl.1.gz -> devtodo.1.gz +lrwxrwxrwx root/root usr/man/man1/tdr.1.gz -> devtodo.1.gz +lrwxrwxrwx root/root usr/man/man1/todo.1.gz -> devtodo.1.gz diff --git a/devtodo/.md5sum b/devtodo/.md5sum new file mode 100644 index 000000000..608c85884 --- /dev/null +++ b/devtodo/.md5sum @@ -0,0 +1 @@ +4a6241437cb56f237f850bcd2233c3c4 devtodo-0.1.20.tar.gz diff --git a/devtodo/Pkgfile b/devtodo/Pkgfile new file mode 100644 index 000000000..826e2d61d --- /dev/null +++ b/devtodo/Pkgfile @@ -0,0 +1,17 @@ +# Description: command line application for maintaining lists of tasks +# URL: http://swapoff.org/DevTodo +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=devtodo +version=0.1.20 +release=1 +source=(http://swapoff.org/files/$name/$name-$version.tar.gz) + +build () { + cd $name-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +}