tdl: dropped, use task instead

This commit is contained in:
Juergen Daubert 2012-10-18 14:36:54 +02:00
parent 5d02d19e73
commit 5166cff36f
3 changed files with 0 additions and 31 deletions

View File

@ -1,14 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/tdl
lrwxrwxrwx root/root usr/bin/tdla -> tdl
lrwxrwxrwx root/root usr/bin/tdld -> tdl
lrwxrwxrwx root/root usr/bin/tdlg -> tdl
lrwxrwxrwx root/root usr/bin/tdll -> tdl
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/tdl.1.gz
lrwxrwxrwx root/root usr/man/man1/tdla.1.gz -> tdl.1.gz
lrwxrwxrwx root/root usr/man/man1/tdld.1.gz -> tdl.1.gz
lrwxrwxrwx root/root usr/man/man1/tdlg.1.gz -> tdl.1.gz
lrwxrwxrwx root/root usr/man/man1/tdll.1.gz -> tdl.1.gz

View File

@ -1 +0,0 @@
620cb00bf99b7e786e2b54cda6339a1e tdl-1.5.2.tar.gz

View File

@ -1,16 +0,0 @@
# Description: Small command-line driven ToDo list manager
# URL: http://www.rpcurnow.force9.co.uk/tdl/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ncurses, readline
name=tdl
version=1.5.2
release=1
source=(http://www.rpcurnow.force9.co.uk/tdl/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}