Commit 5be988c5 authored by Frank Hunleth's avatar Frank Hunleth Committed by Peter Korsgaard
Browse files

package/ucl: new package



UCL implements a number of compression algorithms that achieve an
excellent compression ratio while allowing *very* fast decompression.
Decompression requires no additional memory.

This is needed for UPX, which is needed for syslinux 6.x.

Signed-off-by: default avatarFrank Hunleth <fhunleth@troodon-software.com>
[yann.morin.1998@free.fr: don't add a menuconfig entry, since it
 currently is for internal use only]
Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: default avatarRomain Naour <romain.naour@openwide.fr>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 7a2b94ac
Loading
Loading
Loading
Loading

package/ucl/ucl.mk

0 → 100644
+12 −0
Original line number Diff line number Diff line
################################################################################
#
# ucl
#
################################################################################

UCL_VERSION = 1.03
UCL_SITE = http://www.oberhumer.com/opensource/ucl/download/
UCL_LICENSE = GPLv2+
UCL_LICENSE_FILES = COPYING

$(eval $(host-autotools-package))