]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - sysvinit/sysvinit.nm
glibc: Update to 2.19.
[people/ms/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
36a77b3a 8release = 5
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
MT
24build
25 requires
26 libselinux-devel
27 end
26ca37e2 28
802ea3af
MT
29 make_build_targets += \
30 -C src CFLAGS="%{CFLAGS}" \
31 LDFLAGS="" \
32 LCRYPT="-lcrypt"
26ca37e2 33
802ea3af
MT
34 install
35 mkdir -pv %{BUILDROOT}/{bin,sbin,usr/{bin,include}}
36 mkdir -pv %{BUILDROOT}/usr/share/man/man{1,5,8}
37 make -C src install ROOT=%{BUILDROOT}
31e26e4b
MT
38
39 # /bin/mountpoint is part of util-linux >= 2.20
40 rm -vf %{BUILDROOT}/bin/mountpoint \
41 %{BUILDROOT}/usr/share/man/man1/mountpoint.1
802ea3af
MT
42 end
43end
26ca37e2 44
802ea3af
MT
45packages
46 package %{name}
b9605c07 47 groups += Base
802ea3af 48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end