My configuration and packages for Slackware
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mid-kid 3745cf18a4 Clean up and clarify kernel.SlackBuild 7 years ago
convert32-supported Add libuinstring to convert32-supported 8 years ago
convert32pkg.sh Some updates I guess 8 years ago
kernel.SlackBuild Clean up and clarify kernel.SlackBuild 7 years ago
massconvert32.sh Some updates I guess 8 years ago
readme.txt Some updates I guess 8 years ago
update-repo.sh Clean up and clarify kernel.SlackBuild 7 years ago

readme.txt

This repo contains all my slackware modifications of the base install.
Additional packages are contained in RocketLinux and built in a non-standard manner.

This branch contains a few scripts I use to manage things.

- kernel.SlackBuild is capable of building a near-identical slackware kernel
- convert32pkg.sh converts a 32bit package to be installable on 64bit (by
removing everything present in the 64bit package).
It is only designed to support some packages in the official slackware iso,
because there's all kinds of packages that need special treatment,
especially for their doinst.sh scripts.
- massconvert32.sh calls convert32pkg.sh over an entire package directory
- update-repo.sh is my shitty implementation of a slackware repo generator,
that tries to generate everything as close to the official slackware repo as
possible.