]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libsepol/libsepol.nm
dbecc79f443f08d383305618191adcc7dd0b5d6c
[people/amarx/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 = 1
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 install_cmds
30 # Remove binaries
31 rm -rf %{BUILDROOT}/usr/bin
32
33 # Remove manpages from binaries
34 rm -rf %{BUILDROOT}/usr/share/man/man8
35 end
36 end
37
38 packages
39 package %{name}
40 end
41
42 package %{name}-devel
43 template DEVEL
44 end
45 end