mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/tdl: Updated for version 1.5.2
This commit is contained in:
parent
01da78029c
commit
94d19b363a
2 changed files with 10 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue