Go to file
Michal Cieslakiewicz e9571a1fa6 Initial commit.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-04-16 19:31:17 +02:00
a Initial commit. 2020-04-16 19:31:17 +02:00
ap Initial commit. 2020-04-16 19:31:17 +02:00
d Initial commit. 2020-04-16 19:31:17 +02:00
k/kmod-i2c-ch341 Initial commit. 2020-04-16 19:31:17 +02:00
l Initial commit. 2020-04-16 19:31:17 +02:00
x Initial commit. 2020-04-16 19:31:17 +02:00
xap Initial commit. 2020-04-16 19:31:17 +02:00
xfce Initial commit. 2020-04-16 19:31:17 +02:00
.gitattributes Initial commit. 2020-04-16 19:31:17 +02:00
.gitignore Initial commit. 2020-04-16 19:31:17 +02:00
BUILD_ORDER Initial commit. 2020-04-16 19:31:17 +02:00
README.i3 Initial commit. 2020-04-16 19:31:17 +02:00
README.md Initial commit. 2020-04-16 19:31:17 +02:00
README.minetest Initial commit. 2020-04-16 19:31:17 +02:00
template.SlackBuild Initial commit. 2020-04-16 19:31:17 +02:00
template.slack-desc Initial commit. 2020-04-16 19:31:17 +02:00

README.md

SlackBuilds Repository

This is my build system for Slackware Linux x86-64. It allows to build from source some useful packages, extra ones that are not in official repository. For more visit https://slackbuilds.org/ Compressed sources are not included here, please run get_sources.sh script to download each of them before building a package.

Quick guide:

cd dir/package
./get_sources.sh
su root
./package.SlackBuild

SlackBuild script accepts --cleanup parameter that removes all intermediate directories in /tmp (sources, package tree etc) created during packaging.

BUILD_ORDER file lists all packages in order that satisfies dependencies when building packages one by one.

By default, package name contains micu suffix appended to build number. To exclude packages from slackpkg processing (for example automatic removal when using clean-system subcommand), add following line to /etc/slackpkg/blacklist :

[0-9]+micu