############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = libidn2 version = 2.3.4 release = 1.1 groups = System/Libraries url = https://www.gnu.org/software/libidn/ license = GPLv2+ LGPLv3+ summary = Internationalized Domain Name support library. description GNU Libidn is an implementation of the Stringprep, Punycode and \ IDNA specifications defined by the IETF Internationalized Domain \ Names (IDN) working group, used for internationalized domain \ names. end source_dl = https://ftp.gnu.org/gnu/libidn/ build configure_options += \ --disable-csharp \ --disable-static test LD_LIBRARY_PATH="%{DIR_APP}/lib/.libs" make -C tests check end end packages package %{name} package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end