Made the value of a few more keywords configurable from within the build script

This commit is contained in:
Tom G. Christensen 2003-07-08 10:43:25 +00:00
parent 9c9bf362c0
commit aa096141c0

View File

@ -1,11 +1,11 @@
PKG="%%pkgname%%"
NAME="%%topdir%%""
NAME="%%name%%"
ARCH="sparc"
VERSION="%%version%%"
CATEGORY="<choose between library|application>"
VENDOR="<http://change/me/please>"
CATEGORY="%%pkgcat%%"
VENDOR="%%pkgvendor%%"
EMAIL="Tom G. Christenen - tgc@statsbiblioteket.dk"
PSTAMP="%%pkgver%%"
BASEDIR="%%topinstalldir%%"
CLASSES="none"
DESC="<insert a short description here>"
DESC="%%pkgdesc%%"