2011-06-25 22:04:30 +02:00
|
|
|
# Template file for 'systemd'
|
|
|
|
pkgname=systemd
|
2012-10-23 06:41:18 +02:00
|
|
|
version=195
|
2012-10-24 10:16:55 +02:00
|
|
|
revision=3
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-07-09 15:40:04 +02:00
|
|
|
configure_args="--with-distro=other --libexecdir=/usr/lib
|
2012-10-10 17:29:04 +02:00
|
|
|
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
|
|
|
--with-sysvinit-path= --with-sysvrcd-path= --disable-audit
|
|
|
|
--with-usb-ids-path=/usr/share/hwdata/usb.ids
|
|
|
|
--with-pci-ids-path=/usr/share/hwdata/pci.ids --disable-static"
|
2012-10-24 10:16:55 +02:00
|
|
|
depends="dbus run-parts kbd>=1.15.3_5 polkit"
|
2012-07-02 19:14:10 +02:00
|
|
|
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
2012-10-10 17:29:04 +02:00
|
|
|
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
2012-10-22 23:30:48 +02:00
|
|
|
libblkid-devel glib-devel libgcrypt-devel python-devel qrencode-devel
|
|
|
|
gobject-introspection"
|
2012-02-09 10:09:44 +01:00
|
|
|
short_desc="A system and service manager for Linux"
|
2011-07-17 08:27:36 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-25 22:19:34 +02:00
|
|
|
homepage="http://www.freedesktop.org/wiki/Software/systemd"
|
2012-05-26 15:40:19 +02:00
|
|
|
license="LGPL-2.1, GPL-2, MIT"
|
2012-08-10 05:38:54 +02:00
|
|
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
2012-10-23 06:41:18 +02:00
|
|
|
checksum=e9041a8b84ed971d08df2b96f1b7dbb1d49b788e275c7cc39912f656bd826303
|
2011-06-25 22:04:30 +02: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 16:17:46 +02:00
|
|
|
It can work as a drop-in replacement for sysvinit."
|
2011-06-25 22:04:30 +02:00
|
|
|
|
2012-10-05 20:58:02 +02:00
|
|
|
provides="udev-${version}"
|
|
|
|
replaces="udev>=0"
|
|
|
|
|
|
|
|
subpackages="libudev libudev-devel libgudev libgudev-devel
|
2012-10-24 10:16:55 +02:00
|
|
|
systemd-analyze systemd-devel systemd-libs systemd-python"
|
2012-10-05 20:58:02 +02:00
|
|
|
|
2011-10-08 19:09:58 +02:00
|
|
|
conf_files="
|
|
|
|
/etc/hostname
|
|
|
|
/etc/vconsole.conf
|
|
|
|
/etc/locale.conf
|
|
|
|
/etc/systemd/system.conf
|
|
|
|
/etc/systemd/user.conf
|
2012-05-26 15:40:19 +02:00
|
|
|
/etc/systemd/journald.conf
|
2012-10-05 20:58:02 +02:00
|
|
|
/etc/systemd/logind.conf
|
|
|
|
/etc/udev/udev.conf"
|
2012-01-28 18:08:50 +01:00
|
|
|
|
|
|
|
post_install() {
|
2011-10-08 19:09:58 +02:00
|
|
|
vinstall ${FILESDIR}/hostname 644 etc
|
|
|
|
vinstall ${FILESDIR}/vconsole.conf 644 etc
|
2011-10-11 07:10:36 +02:00
|
|
|
vinstall ${FILESDIR}/os-release 644 etc
|
2011-10-08 19:09:58 +02:00
|
|
|
vinstall ${FILESDIR}/locale.conf 644 etc
|
2011-10-10 10:18:06 +02: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 11:50:00 +02:00
|
|
|
|
|
|
|
# Create halt, reboot, shutdown, poweroff compat symlinks. Some
|
|
|
|
# applications expect them for "normal" use!
|
2012-07-09 15:40:04 +02:00
|
|
|
vmkdir usr/sbin
|
2011-10-11 11:50:00 +02:00
|
|
|
for f in halt poweroff shutdown reboot; do
|
2012-07-09 15:40:04 +02:00
|
|
|
ln -sf /usr/bin/systemctl ${DESTDIR}/usr/sbin/${f}
|
2011-10-11 11:50:00 +02:00
|
|
|
done
|
2012-07-27 11:31:08 +02:00
|
|
|
# Create /usr/sbin/init for compatibility.
|
2012-07-09 15:40:04 +02:00
|
|
|
ln -sf /usr/lib/systemd/systemd ${DESTDIR}/usr/sbin/init
|
2011-10-12 14:08:47 +02:00
|
|
|
|
2012-09-22 15:57:15 +02:00
|
|
|
# Install local-d.service.
|
2012-07-09 15:40:04 +02:00
|
|
|
vinstall ${FILESDIR}/local-d.service 644 usr/lib/systemd/system
|
2012-08-30 19:11:42 +02:00
|
|
|
|
|
|
|
# Remove RPM stuff.
|
|
|
|
rm -rf ${DESTDIR}/etc/rpm
|
2012-09-22 15:57:15 +02:00
|
|
|
|
|
|
|
# Disable units in /etc; we do this at post-install time.
|
|
|
|
rm -rf ${DESTDIR}/etc/systemd/system/getty.target.wants
|
2012-10-05 20:58:02 +02:00
|
|
|
|
|
|
|
# Create /usr/sbin/udev symlink just for compatibility.
|
|
|
|
ln -sf /usr/lib/systemd/systemd-udevd ${DESTDIR}/usr/sbin/udevd
|
|
|
|
|
|
|
|
# Required dirs at run time.
|
|
|
|
vinstall ${FILESDIR}/systemd-dirs.tmpfiles 644 \
|
|
|
|
usr/lib/tmpfiles.d systemd-dirs.conf
|
2011-06-25 22:04:30 +02:00
|
|
|
}
|