libidn2: new package
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 1 May 2018 20:40:32 +0000 (22:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 20 May 2018 14:01:28 +0000 (16:01 +0200)
commitffb85a4a16df94e4980057a194e5fdc3c8332e32
tree2bc5818aac70852b5c0c6ea3b4df2f903207dbc7
parentb8f19aae299bb94705698554f9ac5555b95a5bcd
libidn2: new package

Libidn2 is an implementation of the IDNA2008 + TR46
specifications (RFC 5890, RFC 5891, RFC 5892, RFC 5893,
TR 46).

http://www.gnu.org/software/libidn/

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Thomas:
 - Use positive logic to test the BR2_PACKAGE_LIBIDN2_BINARY
   condition.
 - Put the definition of LIBIDN2_REMOVE_BINARY inside the
   BR2_PACKAGE_LIBIDN2_BINARY condition, as suggested by Arnout.
 - Adjust license details: library is under GPL-2.0+ or LGPL-3.0+,
   while the command line tool is under GPL-3.0+.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/libidn2/Config.in [new file with mode: 0644]
package/libidn2/libidn2.hash [new file with mode: 0644]
package/libidn2/libidn2.mk [new file with mode: 0644]