]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libsepol/libsepol.nm
fd2605f533f94b0af07f3d2f2f0afa84cbf4151b
[people/ms/ipfire-3.x.git] / libsepol / libsepol.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libsepol
7 version = 2.0.41
8 release = 2
9
10 groups = System/Libraries
11 url = http://www.selinuxproject.org
12 license = LGPLv2+
13 summary = SELinux binary policy manipulation library.
14
15 description
16 libsepol provides an API for the manipulation of SELinux binary \
17 policies.
18 end
19
20 source_dl =
21 sources = %{thisapp}.tgz
22
23 build
24 build
25 make clean
26 make CFLAGS="%{CFLAGS}" %{PARALELLISMFLAGS}
27 end
28
29 make_install_targets += LIBDIR="%{BUILDROOT}%{libdir}" \
30 SHLIBDIR="%{BUILDROOT}/%{lib}"
31
32 install_cmds
33 # Remove binaries
34 rm -rf %{BUILDROOT}/usr/bin
35
36 # Remove manpages from binaries
37 rm -rf %{BUILDROOT}/usr/share/man/man8
38 end
39 end
40
41 packages
42 package %{name}
43 end
44
45 package %{name}-devel
46 template DEVEL
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end