]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - ipvsadm/ipvsadm.nm
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / ipvsadm / ipvsadm.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ipvsadm
7 version = 1.26
8 release = 1
9
10 groups = Applications/System
11 url = http://www.linuxvirtualserver.org/software/ipvs.html
12 license = GPLv2+
13 summary = Utility to administer the Linux Virtual Server.
14
15 description
16 ipvsadm is a utility to administer the IP Virtual Server services
17 offered by the Linux kernel.
18 end
19
20 source_dl = http://www.linuxvirtualserver.org/software/kernel-2.6/
21
22 build
23 requires
24 libnl-devel
25 popt-devel
26 end
27
28 PARALLELISMFLAGS = # parallel build not supported
29
30 make_build_targets += CFLAGS="%{CFLAGS}"
31
32 make_install_targets += BUILD_ROOT="%{BUILDROOT}" \
33 SBIN="%{BUILDROOT}%{sbindir}" MANDIR="%{mandir}"
34
35 install_cmds
36 # Remove unwanted files.
37 rm -vfr %{BUILDROOT}/etc
38 end
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end