package/libb64: new package
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Fri, 11 Aug 2017 16:00:47 +0000 (18:00 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 12 Aug 2017 21:21:42 +0000 (23:21 +0200)
commit69911ee1e0389ae84b083ec30844fb14676d9551
tree1fe80b16a8677d21aabc9f2a5a10343a7956be34
parent7f854b2141517c6fc7f180a63da8eea4bdacda48
package/libb64: new package

This patch adds libb64, a library of ANSI C routines for fast
encoding/decoding data into and from a base64-encoded format.

The package contains a static library, headers, and an executable.
The latter, however, requires C++ and offers no advantages over busybox
or coreutils base64, so it is not installed. Therefore, nothing is
installed to target.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
[Arnout:
- properly wrap Config.in
- move from Crypto to Other menu
- don't install to target
- don't make headers executable
- don't add -D to install with multiple source files
- extend commit log]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/Config.in
package/libb64/Config.in [new file with mode: 0644]
package/libb64/libb64.hash [new file with mode: 0644]
package/libb64/libb64.mk [new file with mode: 0644]