Made the value of a few more keywords configurable from within the build script
This commit is contained in:
parent
9c9bf362c0
commit
aa096141c0
@ -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%%"
|
||||
|
Loading…
x
Reference in New Issue
Block a user