buildpkg/pkginfo.in
Tom G. Christensen fdb938e48b Revert using pkgdesc|shortdesc in NAME.
NAME should interpret the condensed name in PKG.
pkgdesc|shortdesc describes what the package does and that belongs in DESC.
2009-12-19 14:38:44 +01:00

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%%"