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