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%%"
|
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%%"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user