To combat this I've finally done the sensible thing and made the pkginfo.in template in the scripts directory the default pkginfo file. I added a feature from buildpkg.packaging.irix which allows pr. machine configs.
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
PKG="%%pkgname%%"
|
|
NAME="%%name%%"
|
|
ARCH="sparc"
|
|
VERSION="%%version%%"
|
|
CATEGORY="%%pkgcat%%"
|
|
VENDOR="%%pkgvendor%%"
|
|
EMAIL="Tom G. Christensen - tgc@statsbiblioteket.dk"
|
|
PSTAMP="%%pkgver%%"
|
|
BASEDIR="%%topinstalldir%%"
|
|
CLASSES="none"
|
|
DESC="%%pkgdesc%%"
|