]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libidn/libidn.nm
gobject-introspection: Update to 1.39.3.
[people/ms/ipfire-3.x.git] / libidn / libidn.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libidn
7 version = 1.25
8 release = 1
9
10 groups = System/Libraries
11 url = http://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 = http://ftp.gnu.org/gnu/libidn/
23
24 build
25 configure_options += \
26 --disable-csharp \
27 --disable-static
28
29 test
30 export LD_LIBRARY_PATH=$(pwd)/lib/.libs
31 make -C tests check
32 end
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end