]> git.ipfire.org Git - ipfire-3.x.git/blame - sysvinit/sysvinit.nm
git: Update to 2.23.0
[ipfire-3.x.git] / sysvinit / sysvinit.nm
CommitLineData
26ca37e2 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
26ca37e2
BS
4###############################################################################
5
802ea3af
MT
6name = sysvinit
7version = 2.86
9d546857 8release = 8
26ca37e2 9
802ea3af
MT
10groups = System/Base
11url = https://alioth.debian.org/projects/pkg-sysvinit/
12license = GPLv2+
13summary = Programs which control basic system processes.
26ca37e2 14
802ea3af 15description
36a77b3a 16 The sysvinit package contains a group of processes that control
26ca37e2 17 the very basic functions of your system.
802ea3af
MT
18end
19
20sources = %{thisapp}.tar.gz
21
22CFLAGS += -D_GNU_SOURCE
26ca37e2 23
802ea3af 24build
802ea3af 25 make_build_targets += \
9d546857 26 -C src CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
26ca37e2 27
802ea3af 28 install
61f6dae1
SS
29 # Create directories.
30 mkdir -pv %{BUILDROOT}%{bindir}
31 mkdir -pv %{BUILDROOT}%{sbindir}
32 mkdir -pv %{BUILDROOT}%{mandir}/man8
33
34 # Install binaries.
35 install -m 0755 src/killall5 %{BUILDROOT}%{sbindir}
61f6dae1
SS
36
37 # Install man-pages.
38 install -m 0664 man/killall5.8 %{BUILDROOT}%{mandir}/man8
802ea3af
MT
39 end
40end
26ca37e2 41
802ea3af
MT
42packages
43 package %{name}
b9605c07 44 groups += Base
61f6dae1
SS
45
46 provides
61f6dae1
SS
47 /sbin/killall5
48 end
802ea3af 49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end