]> git.ipfire.org Git - ipfire-3.x.git/blame - ipvsadm/ipvsadm.nm
git: Update to 2.23.0
[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
0146ea53 7version = 1.28
a5e024f4
MT
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
0146ea53 20source_dl = https://kernel.org/pub/linux/utils/kernel/ipvsadm/
a5e024f4
MT
21
22build
23 requires
0146ea53 24 libnl3-devel
a5e024f4
MT
25 popt-devel
26 end
27
28 PARALLELISMFLAGS = # parallel build not supported
29
0146ea53 30 make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
a5e024f4
MT
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