
Name | cookutils |
Version | 887 |
Category | base-system |
Description | SliTaz packages builder new generation. |
Maintainer | pankso@slitaz.org |
License | GPL3 |
Website | www.slitaz.org |
Tags | slitaz |
Sizes | 84K / 428K |
Depends on | ![]() |
Download package |
|
Show receipt | |
Show files list | |
Show cooking log | |
Install package Remove package |
Description
The SliTaz Cookutils provide tools and utils to build SliTaz packages. CookThe cook tool should be used in a chroot environment: simply use the command
We use standard SliTaz paths to work such as /home/slitaz/wok, if you work on cooking from stable or want to keep a clean system: create a chroot. CookerThe Cooker is a Build Bot which automates the build process but doesn't make the dinner for you! We need quality receipts to cook successfully and the goal is not to have a bloated script so please Keep It Short and Simple. The web interface consists of one CGI script and one CSS style. Cook logs can be produced by cook and the cooker just acts as a fronted to check them in a nice way. A web interface also highlights success and error and can show receipts and the cooker logs such as the last ordered list or commits check. CookisoCookiso is the official tool to automate the ISO build. The goal is to provide a simple to use, rock solid tool with a web interface à la Cooker. It shares configuration and templates with the Cooker but can be run on its own so it can be used by contributors or customers to automate custom ISO building. Cookiso must be run in a chroot which can be the same chroot as the Cooker. Cross compilingCookutils lets you cross compile a package for a specific architecture. Say you want to build ARM binaries from a standard i486 machine. Cookutils provides helpers for the ARM platform, but the first thing to do is compile a cross toolchain and modify the main cook.conf variables to use the correct ARCH, CFLAGS and BUILD_SYSTEM |