Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 676 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 676 Bytes

A collections of SlackBuild scripts for my slackware installations.

More info about

slackware:

slackbuilds:

Quoting E. Hameleers: A SlackBuild script is essentially just a small shell script

  • extracts the source code tarball
  • prepares the source code for compilation (compile options)
  • compiles the object code
  • installs it to a temporary "staging" directory
  • performs other needed operations (install documentation, compress man pages, add package description, etc.)
  • uses makepkg (8) to make a Slackware package of the application