[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
slackware:slackbuild_scripts [2012/08/26 13:20 (UTC)] – [Creating SlackBuild scripts] cmysterslackware:slackbuild_scripts [2012/08/26 14:01 (UTC)] (current) – Added SlackBuild generators section alienbob
Line 26: Line 26:
  
 Submitting SlackBuild scripts to a public repository such as http://www.slackbuilds.org may additionally require adherence to certain conventions and coding standards. For instance, it would be necessary for the script to determine the target architecture at runtime rather than hard-coding it into the script. These standards attempt to make SlackBuild scripts as portable as possible. Submitting SlackBuild scripts to a public repository such as http://www.slackbuilds.org may additionally require adherence to certain conventions and coding standards. For instance, it would be necessary for the script to determine the target architecture at runtime rather than hard-coding it into the script. These standards attempt to make SlackBuild scripts as portable as possible.
 +
 +
 +===== Automated SlackBuild generators =====
 +
 +Some tools exist that can assist you with creating a SlackBuild script. Here are a few examples.
 +
 +  * [[http://alien.slackbook.org/AST/ | Alien's SlackBuild Toolkit (AST)]] \\ A web-based "wizard" tool by [[wiki:user:alienbob|Eric Hameleers]]
 +  * [[http://www.dawoodfall.net/slackbuilds/noversion/mkslack/ | mkslack]] \\ A SlackBuild generator script by David Woodfall
 +
 ===== External Links ===== ===== External Links =====
  
-  * SlackBuilds - http://www.slackbuilds.org/ +  * SlackBuilds Repository - http://www.slackbuilds.org/ 
-  * Templates - http://slackbuilds.org/templates/+  * SlackBuild templates - http://slackbuilds.org/templates/ 
 + 
 ===== Sources ===== ===== Sources =====
   * Originally written by  [[wiki:user:vharishankar|V.Harishankar]] for the SlackDocs Wiki Project   * Originally written by  [[wiki:user:vharishankar|V.Harishankar]] for the SlackDocs Wiki Project
 +
 +<!-- Please do not change anything below this line-->
 +{{tag>slackware slackbuild}}
 slackware:slackbuild_scripts ()