12345678910111213141516171819202122232425262728293031323334 |
- 2019-09-10 Matias Fonzo <selk@dragora.org>
- * Check the output status when a recipe is imported (or included).
- This will help catch any possible errors when using shell code,
- rather than proceeding with the recipe.
- * Minor changes.
- 2019-07-30 Matias Fonzo <selk@dragora.org>
- * The variable 'arch' has been added to the package meta file,
- additionally, the variables 'program' and 'version' has been
- replaced with 'pkgname' and 'pkgversion' which take the value
- of those if they have not been previously established.
- * Minor changes.
- 2019-05-19 Matias Fonzo <selk@dragora.org>
- * Default external tool for uncompressing files based on .tar.lz
- archives has been changed in the unpack() function from tarlz(1) to
- lzip(1) in combination with tar(1). This is because some files
- could have been produced using a header format that differs from the
- default format used by tarlz(1), e.g. the GNU format (by GNU tar).
- * Some phrases have been improved in the manual, under the section
- "5.3 Writing recipes". Thanks to kelsoo.
- 2019-04-15 Matias Fonzo <selk@dragora.org>
- * Version 1.0 (stable) released.
- * The manual (user guide) has been updated.
|