b254cb25b2
According to the project homepage at http://infozip.sourceforge.net/Zip.html, the version is really named 3.0. This is also how it's called inside the zip30.ann file in the source code, which says "We have posted Zip 3.0, July 5th 2008". So the fact that the tarball is named zip30.tgz is just because upstream wanted to avoid having two dots (perhaps by habit of the old DOS 8.3 file name limitation ?). The version is also named "3.0" in the SourceForge RSS at [0] that release-monitoring.org is using for this package [1]. Therefore, by using "3.0" as the version, we will match the version known by release-monitoring.org. Of course the tarball name is still zip30.tgz so we tweak the ZIP_VERSION value appropriately. [0] https://sourceforge.net/projects/infozip/rss?path=/ [1] https://release-monitoring.org/project/10080/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.defconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitlab-ci.yml.in | ||
CHANGES | ||
Config.in | ||
Config.in.legacy | ||
COPYING | ||
DEVELOPERS | ||
Makefile | ||
Makefile.legacy | ||
README |
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on Freenode IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches