]> git.ipfire.org Git - ipfire-3.x.git/blob - libidn2/libidn2.nm
git: Update to 2.23.0
[ipfire-3.x.git] / libidn2 / libidn2.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libidn2
7 version = 2.3.4
8 release = 1.1
9
10 groups = System/Libraries
11 url = https://www.gnu.org/software/libidn/
12 license = GPLv2+ LGPLv3+
13 summary = Internationalized Domain Name support library.
14
15 description
16 GNU Libidn is an implementation of the Stringprep, Punycode and \
17 IDNA specifications defined by the IETF Internationalized Domain \
18 Names (IDN) working group, used for internationalized domain \
19 names.
20 end
21
22 source_dl = https://ftp.gnu.org/gnu/libidn/
23
24 build
25 configure_options += \
26 --disable-csharp \
27 --disable-static
28
29 test
30 LD_LIBRARY_PATH="%{DIR_APP}/lib/.libs" make -C tests check
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end