NAME should interpret the condensed name in PKG. pkgdesc|shortdesc describes what the package does and that belongs in DESC.
13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
PKG="%%pkgname%%"
|
|
NAME="%%name%%"
|
|
ARCH="%%arch%%"
|
|
VERSION="%%version%%,REV=%%pkgver%%"
|
|
CATEGORY="%%pkgcat%%"
|
|
VENDOR="%%pkgvendor%%"
|
|
EMAIL="%%email%%"
|
|
PSTAMP="%%pstamp%%"
|
|
BASEDIR="%%topinstalldir%%"
|
|
CLASSES="none"
|
|
DESC="%%pkgdesc%%"
|
|
MAXINST="%%maxinst%%"
|