diff options
-rwxr-xr-x | sbolint | 44 |
1 files changed, 29 insertions, 15 deletions
@@ -218,21 +218,6 @@ The script must install the slack-desc in I<$PKG/install>. =item - -If there is a doinst.sh script, the SlackBuild must install it to I<$PKG/install>. - -=item - - -If there is a doinst.sh script, and it uses the config() function, the function must -be defined before it's used. Also, config files passed to config() must end with -a B<.new> suffix. - -=item - - -If there is a doinst.sh script, and it calls B<gtk-update-icon-cache>, the existence -of the cache must be checked before this command is run. - -=item - - Template boilerplate comments should be removed, e.g. I<"REMOVE THIS ENTIRE BLOCK OF TEXT"> or I<"Automatically determine the architecture we're building on">. @@ -265,6 +250,12 @@ comments, and correct spacing/indentation. =item - +The short description in the first line of the slack-desc must not be +literally "short description of app" (copied from the template and not +edited). + +=item - + .info file must exist, have mode 0644, and match the SBo template. =item - @@ -277,6 +268,29 @@ must begin with B<ftp://>, B<http://>, or B<https://>). Optionally, .info file URLs can be checked for existence with an HTTP HEAD request (see the B<-u> option). +=item - + +If there is a doinst.sh script: + +=over 4 + +=item - + +The SlackBuild must install doinst.sh to I<$PKG/install>. + +=item - + +If doinst.sh uses the config() and/or preserve_perms() functions, the +function must be defined before it's used. Also, config files passed +to config() or preserve_perms() must end with a B<.new> suffix. + +=item - + +If doinst.sh calls B<gtk-update-icon-cache>, the existence of the +cache must be checked before this command is run. + +=back + =back =head1 EXIT STATUS |