]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libidn/libidn.nm
file: Update to 5.18.
[people/ms/ipfire-3.x.git] / libidn / libidn.nm
CommitLineData
e767635a 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
e767635a
MT
4###############################################################################
5
802ea3af 6name = libidn
6fba020e
KB
7version = 1.25
8release = 1
e767635a 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gnu.org/software/libidn/
62144100 12license = GPLv2+ LGPLv3+
802ea3af 13summary = Internationalized Domain Name support library.
e767635a 14
802ea3af 15description
e767635a
MT
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.
802ea3af
MT
20end
21
62144100 22source_dl = http://ftp.gnu.org/gnu/libidn/
802ea3af
MT
23
24build
25 configure_options += \
802ea3af
MT
26 --disable-csharp \
27 --disable-static
28
29 test
62144100 30 export LD_LIBRARY_PATH=$(pwd)/lib/.libs
802ea3af
MT
31 make -C tests check
32 end
802ea3af
MT
33end
34
35packages
36 package %{name}
1f9bc2f0 37
802ea3af
MT
38 package %{name}-devel
39 template DEVEL
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end