office/tdl: Updated for version 1.5.2

This commit is contained in:
Martin Lefebvre 2010-05-11 19:46:17 +02:00 committed by Michiel van Wessem
parent 01da78029c
commit 94d19b363a
2 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,12 @@
tdl: Simple todo list manager
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
tdl: tdl (Simple todo list manager)
tdl:
tdl: TDL is a simple todo list manager written in C.
tdl:

View file

@ -27,7 +27,7 @@ VERSION=1.5.2
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}