diff options
-rwxr-xr-x | sbolint | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -196,7 +196,7 @@ I<VERSION> must match the I<VERSION> in the .info file. =item - -TAG=${TAG:-_SBo} must occur in the script. +I<TAG=${TAG:-_SBo}> must occur in the script. =item - @@ -204,6 +204,14 @@ The I<VERSION>, I<BUILD>, and I<TAG> variables must respect the environment. =item - +The script must contain the I<PRINT_PACKAGE_NAME> section. + +=item - + +The script must assign I<ARCH> and I<PKGTYPE> before the I<PRINT_PACKAGE_NAME> section. + +=item - + The script must install the slack-desc in I<$PKG/install>. =item - |