]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libnl/libnl.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / libnl / libnl.nm
CommitLineData
e1d1dae5 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
e1d1dae5
MT
4###############################################################################
5
802ea3af
MT
6name = libnl
7version = 1.1
8release = 1
e1d1dae5 9
802ea3af
MT
10groups = Development/Libraries
11url = http://people.suug.ch/~tgr/libnl/
12license = LGPLv2
13summary = Convenience library for kernel netlink sockets.
e1d1dae5 14
802ea3af 15description
e1d1dae5
MT
16 This package contains a convenience library to simplify using the \
17 Linux kernel's netlink sockets interface for network manipulation.
802ea3af
MT
18end
19
20source_dl =
21
22build
23 configure_options += \
24 --libdir=/lib
25
26 install_cmds
27 rm -vf %{BUILDROOT}/lib/libnl.so
28 mkdir -pv %{BUILDROOT}/usr/lib
29 ln -svf ../../lib/libnl.so.1 %{BUILDROOT}/usr/lib/libnl.so
30
31 mv -v %{BUILDROOT}/lib/pkgconfig %{BUILDROOT}/usr/lib/pkgconfig
32 end
33end
34
35packages
36 package %{name}
37 end
1f9bc2f0 38
802ea3af
MT
39 package %{name}-devel
40 template DEVEL
41 end
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end