]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - sysvinit/sysvinit.nm
Move all packages to root.
[people/amarx/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
8release = 1
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
26ca37e2
BS
16 The sysvinit package contains a group of processes that control \
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}
38 end
39end
26ca37e2 40
802ea3af
MT
41packages
42 package %{name}
43 end
44end