]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libidn/libidn.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
MT
6name = libidn
7version = 1.22
8release = 1
e767635a 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gnu.org/software/libidn/
12license = LGPLv2+ GPLv3+
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
22source_dl =
23
24build
25 configure_options += \
26 --libdir=/lib \
27 --disable-csharp \
28 --disable-static
29
30 test
31 make -C tests check
32 end
33
34 install
35 make install DESTDIR=%{BUILDROOT} \
36 pkgconfigdir=/usr/lib/pkgconfig
37
38 mkdir -pv %{BUILDROOT}/usr/lib
39 rm -vf %{BUILDROOT}/lib/libidn.so
40 ln -svf ../../lib/libidn.so.11.6.5 %{BUILDROOT}/usr/lib/libidn.so
41 end
42end
43
44packages
45 package %{name}
46 end
1f9bc2f0 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end