From aa096141c0e74f2a934c50d1237cfd784dfeb1b5 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Tue, 8 Jul 2003 10:43:25 +0000 Subject: [PATCH] Made the value of a few more keywords configurable from within the build script --- pkginfo.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkginfo.in b/pkginfo.in index bc366ef..95b0128 100644 --- a/pkginfo.in +++ b/pkginfo.in @@ -1,11 +1,11 @@ PKG="%%pkgname%%" -NAME="%%topdir%%"" +NAME="%%name%%" ARCH="sparc" VERSION="%%version%%" -CATEGORY="" -VENDOR="" +CATEGORY="%%pkgcat%%" +VENDOR="%%pkgvendor%%" EMAIL="Tom G. Christenen - tgc@statsbiblioteket.dk" PSTAMP="%%pkgver%%" BASEDIR="%%topinstalldir%%" CLASSES="none" -DESC="" +DESC="%%pkgdesc%%"