buildroot/package/qprint/qprint.mk
Alejandro González 03ab7c709c package/qprint: new package
qprint is a small utility that handles encoding and decoding arbitrary
binary data in the Quoted-Printable format, which was introduced along
MIME.

As stated in the package description, although MUAs nowadays usually
take care of doing this encoding themselves, there are some use cases
where doing it manually is needed, and providing a command-line program
to do it is amenable to shell scripts.

Signed-off-by: Alejandro González <alejandro.gonzalez.correo@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-09-22 21:59:02 +02:00

14 lines
407 B
Makefile

################################################################################
#
# qprint
#
################################################################################
QPRINT_VERSION = 1.1
QPRINT_SITE = https://www.fourmilab.ch/webtools/qprint
QPRINT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-bin
QPRINT_LICENSE = Public Domain
QPRINT_LICENSE_FILES = COPYING
$(eval $(autotools-package))