summaryrefslogtreecommitdiffstats
path: root/package/libidn
Commit message (Collapse)AuthorAgeFilesLines
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-181-1/+1
| | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
* package/libidn/Config.in: Fix layout of text as per coding guidelines.Daniel Laird2009-01-141-1/+1
| | | | | | | | | | | Update description to match required -> help Description Empty line Homepage Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/libidn/Config.in: Fix line length of textDaniel Laird2009-01-131-1/+2
| | | | | | | Could not count properly.... line length > 80. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/libidn: Add a new package (required by later WebKits...)Daniel Laird2009-01-132-0/+20
GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The native C, C# and Java libraries are available under the GNU Lesser General Public License version 2.1 or later. Not quite sure I've put it in the correct menu but it will work. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>