2011-06-25 20:04:30 +00:00
|
|
|
# Template file for 'systemd'
|
|
|
|
pkgname=systemd
|
2012-03-17 06:33:57 +00:00
|
|
|
version=44
|
2012-01-11 19:24:06 +00:00
|
|
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-01-11 19:24:06 +00:00
|
|
|
configure_args="--with-distro=other --with-rootprefix=
|
2011-10-08 17:09:58 +00:00
|
|
|
--with-pamlibdir=/lib/security --disable-selinux --disable-tcpwrap
|
2012-02-13 09:27:08 +00:00
|
|
|
--with-sysvinit-path= --with-sysvrcd-path= --disable-audit"
|
2012-02-09 09:09:44 +00:00
|
|
|
short_desc="A system and service manager for Linux"
|
2011-07-17 06:27:36 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-25 20:19:34 +00:00
|
|
|
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
|
|
|
license="GPL-2"
|
2012-03-17 06:33:57 +00:00
|
|
|
checksum=7a5aac4b4b8b3a82bf59292f10e43d8f2c2d7039f34e95714f81d8edcb42233c
|
2011-06-25 20:04:30 +00:00
|
|
|
long_desc="
|
|
|
|
systemd is a system and service manager for Linux, compatible with SysV and LSB
|
|
|
|
init scripts. systemd provides aggressive parallelization capabilities, uses
|
|
|
|
socket and D-Bus activation for starting services, offers on-demand starting of
|
|
|
|
daemons, keeps track of processes using Linux cgroups, supports snapshotting and
|
|
|
|
restoring of the system state, maintains mount and automount points and
|
|
|
|
implements an elaborate transactional dependency-based service control logic.
|
2011-06-26 14:17:46 +00:00
|
|
|
It can work as a drop-in replacement for sysvinit."
|
2011-06-25 20:04:30 +00:00
|
|
|
|
2012-02-18 22:05:32 +00:00
|
|
|
subpackages="systemd-admin systemd-analyze systemd-gnome-passwd-agent"
|
|
|
|
subpackages="${subpackages} systemd-devel systemd-libs"
|
|
|
|
|
2011-06-26 16:22:11 +00:00
|
|
|
system_groups="lock"
|
2011-11-09 15:34:27 +00:00
|
|
|
|
2011-10-08 17:09:58 +00:00
|
|
|
conf_files="
|
|
|
|
/etc/hostname
|
|
|
|
/etc/vconsole.conf
|
|
|
|
/etc/locale.conf
|
|
|
|
/etc/systemd/system.conf
|
|
|
|
/etc/systemd/user.conf
|
2012-01-11 19:24:06 +00:00
|
|
|
/etc/systemd/systemd-journald.conf
|
2011-10-10 08:18:06 +00:00
|
|
|
/etc/systemd/systemd-logind.conf"
|
2011-06-25 20:04:30 +00:00
|
|
|
|
2012-01-28 17:08:50 +00:00
|
|
|
# Required by systemd-loginctl enable-linger.
|
2012-02-13 09:27:08 +00:00
|
|
|
make_dirs="
|
|
|
|
/etc/local.d 0755 root root
|
|
|
|
/var/lib/systemd 0755 root root"
|
2012-01-28 17:08:50 +00:00
|
|
|
|
2011-06-26 16:22:11 +00:00
|
|
|
Add_dependency run dbus
|
2012-02-13 09:27:08 +00:00
|
|
|
Add_dependency run run-parts
|
2012-03-06 22:17:34 +00:00
|
|
|
Add_dependency run kbd ">=1.15.3_5" # switched to /usr.
|
2011-06-25 20:04:30 +00:00
|
|
|
|
2011-06-26 14:17:46 +00:00
|
|
|
Add_dependency build pkg-config
|
2011-10-08 17:09:58 +00:00
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gperf
|
|
|
|
Add_dependency build libxslt
|
2012-02-12 20:38:45 +00:00
|
|
|
Add_dependency build docbook-xsl
|
2011-10-08 17:09:58 +00:00
|
|
|
Add_dependency build acl-devel
|
2011-06-26 14:17:46 +00:00
|
|
|
Add_dependency build libudev-devel
|
|
|
|
Add_dependency build pam-devel
|
2011-06-25 20:04:30 +00:00
|
|
|
Add_dependency build dbus-devel
|
|
|
|
Add_dependency build libcap-devel
|
2011-06-26 14:17:46 +00:00
|
|
|
Add_dependency build gtk+-devel
|
2012-01-11 19:24:06 +00:00
|
|
|
Add_dependency build libgee-devel
|
2011-06-25 20:04:30 +00:00
|
|
|
Add_dependency build libnotify-devel
|
2011-10-08 17:09:58 +00:00
|
|
|
Add_dependency build vala-devel
|
2012-02-12 20:22:44 +00:00
|
|
|
Add_dependency build libkmod-devel
|
2012-02-29 19:07:25 +00:00
|
|
|
Add_dependency build liblzma-devel
|
2012-03-15 10:04:07 +00:00
|
|
|
Add_dependency build cryptsetup-devel
|
2011-06-26 14:17:46 +00:00
|
|
|
|
2012-01-28 17:08:50 +00:00
|
|
|
pre_configure() {
|
2012-03-06 22:17:34 +00:00
|
|
|
sed -i -e "s|/bin/loadkeys|/usr/bin/loadkeys|g" Makefile.in
|
|
|
|
sed -i -e "s|/bin/setfont|/usr/bin/setfont|g" Makefile.in
|
2011-06-26 16:22:11 +00:00
|
|
|
}
|
|
|
|
|
2012-01-28 17:08:50 +00:00
|
|
|
post_install() {
|
2011-11-09 15:48:45 +00:00
|
|
|
for f in etc/binfmt.d etc/sysctl.d etc/modules-load.d etc/tmpfiles.d \
|
|
|
|
etc/systemd/user etc/systemd/system/local-fs.target.wants \
|
|
|
|
etc/systemd/system/sysinit.target.wants \
|
|
|
|
lib/systemd/system-shutdown \
|
|
|
|
lib/systemd/system/graphical.target.wants \
|
|
|
|
usr/libexec/systemd/user-generators \
|
|
|
|
usr/lib/binfmt.d usr/lib/sysctl.d usr/lib/modules-load.d; do
|
|
|
|
vmkdir ${f}
|
|
|
|
touch ${DESTDIR}/${f}/.owned
|
|
|
|
done
|
|
|
|
|
2011-10-08 17:09:58 +00:00
|
|
|
vinstall ${FILESDIR}/hostname 644 etc
|
|
|
|
vinstall ${FILESDIR}/vconsole.conf 644 etc
|
2011-10-11 05:10:36 +00:00
|
|
|
vinstall ${FILESDIR}/os-release 644 etc
|
2011-10-08 17:09:58 +00:00
|
|
|
vinstall ${FILESDIR}/locale.conf 644 etc
|
2011-10-10 08:18:06 +00:00
|
|
|
|
|
|
|
printf "d /run/console 755 root root\n" > \
|
|
|
|
${DESTDIR}/usr/lib/tmpfiles.d/console.conf
|
|
|
|
chmod 644 ${DESTDIR}/usr/lib/tmpfiles.d/console.conf
|
2011-10-11 09:50:00 +00:00
|
|
|
|
|
|
|
# Create halt, reboot, shutdown, poweroff compat symlinks. Some
|
|
|
|
# applications expect them for "normal" use!
|
|
|
|
vmkdir sbin
|
|
|
|
for f in halt poweroff shutdown reboot; do
|
|
|
|
ln -sf /bin/systemctl ${DESTDIR}/sbin/${f}
|
|
|
|
done
|
2011-10-11 14:01:38 +00:00
|
|
|
# Create /sbin/init for compatibility.
|
2012-02-09 09:09:44 +00:00
|
|
|
ln -sf /lib/systemd/systemd ${DESTDIR}/sbin/init
|
2011-10-12 12:08:47 +00:00
|
|
|
|
|
|
|
# Do not use /sbin/sulogin, sysvinit has been fully removed.
|
|
|
|
for f in console-shell emergency rescue; do
|
|
|
|
sed -i -e "s|/sbin/sulogin|/bin/sh|" \
|
|
|
|
${DESTDIR}/lib/systemd/system/${f}.service
|
|
|
|
done
|
2012-02-13 09:27:08 +00:00
|
|
|
# Install and enable local-d.service for multi-user.target
|
|
|
|
# by default.
|
|
|
|
vinstall ${FILESDIR}/local-d.service 644 lib/systemd/system
|
|
|
|
ln -sf /lib/systemd/system/local-d.service \
|
|
|
|
${DESTDIR}/lib/systemd/system/multi-user.target.wants/local-d.service
|
2011-06-25 20:04:30 +00:00
|
|
|
}
|