]> git.ipfire.org Git - ipfire-3.x.git/blame - ipvsadm/ipvsadm.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[ipfire-3.x.git] / ipvsadm / ipvsadm.nm
CommitLineData
a5e024f4
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = ipvsadm
7version = 1.26
8release = 1
9
10groups = Applications/System
11url = http://www.linuxvirtualserver.org/software/ipvs.html
12license = GPLv2+
13summary = Utility to administer the Linux Virtual Server.
14
15description
16 ipvsadm is a utility to administer the IP Virtual Server services
17 offered by the Linux kernel.
18end
19
20source_dl = http://www.linuxvirtualserver.org/software/kernel-2.6/
21
22build
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
39end
40
41packages
42 package %{name}
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47end