]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libnl/libnl.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / libnl / libnl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libnl
7 version = 1.1
8 release = 1
9
10 groups = Development/Libraries
11 url = http://people.suug.ch/~tgr/libnl/
12 license = LGPLv2
13 summary = Convenience library for kernel netlink sockets.
14
15 description
16 This package contains a convenience library to simplify using the \
17 Linux kernel's netlink sockets interface for network manipulation.
18 end
19
20 source_dl =
21
22 build
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
33 end
34
35 packages
36 package %{name}
37 end
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end