]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libnl/libnl.nm
libpng: Update to 1.6.10.
[people/ms/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 = 2
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}%{libdir}
29 ln -svf ../../%{lib}/libnl.so.1 %{BUILDROOT}%{libdir}/libnl.so
30
31 mv -v %{BUILDROOT}/%{lib}/pkgconfig %{BUILDROOT}%{libdir}/pkgconfig
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