mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
18
package/qprint/Config.in
Normal file
18
package/qprint/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_QPRINT
|
||||
bool "qprint"
|
||||
help
|
||||
qprint is a program that encodes and decodes binary data in
|
||||
the Quoted-Printable encoding, defined as a part of the MIME
|
||||
specification in RFC 1521. This encoding allows for efficient
|
||||
transfer of mostly ASCII data over transports that are only
|
||||
7-bit clean, like SMTP without 8BITMIME or BINARYMIME
|
||||
extensions. It also allows the transfer of long lines of text
|
||||
by wrapping them every 76 characters.
|
||||
|
||||
Usually, a sophisticated MUA will take care of automatically
|
||||
choosing the best encodings for an e-mail. Nevertheless, this
|
||||
utility may be useful when a MTA (e.g. msmtp) is used without
|
||||
a MUA, or if using this encoding for other purposes is
|
||||
desired.
|
||||
|
||||
https://www.fourmilab.ch/webtools/qprint/
|
||||
3
package/qprint/qprint.hash
Normal file
3
package/qprint/qprint.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 ffa9ca1d51c871fb3b56a4bf0165418348cf080f01ff7e59cd04511b9665019c qprint-1.1.tar.gz
|
||||
sha256 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495 COPYING
|
||||
13
package/qprint/qprint.mk
Normal file
13
package/qprint/qprint.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user