2011-06-25 22:04:30 +02:00
|
|
|
# Template file for 'systemd'
|
|
|
|
pkgname=systemd
|
2013-03-08 12:49:16 +01:00
|
|
|
version=198
|
2013-03-08 14:43:49 +01:00
|
|
|
revision=4
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-01-08 08:07:46 +01:00
|
|
|
configure_args="--libexecdir=/usr/lib
|
2012-10-10 17:29:04 +02:00
|
|
|
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
2013-01-08 08:07:46 +01:00
|
|
|
--with-sysvinit-path= --with-sysvrcnd-path=
|
|
|
|
--disable-audit --disable-static --disable-ima"
|
2013-03-08 12:49:16 +01:00
|
|
|
depends="dbus kbd libcap-progs libudev>=${version} systemd-libs>=${version}"
|
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
|
2013-02-12 18:31:38 +01:00
|
|
|
gobject-introspection which"
|
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"
|
2013-03-08 12:49:16 +01:00
|
|
|
#distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
|
|
|
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/systemd/systemd-${version}.tar.xz/26a75e2a310f8c1c1ea9ec26ddb171c5/systemd-${version}.tar.xz"
|
|
|
|
checksum=444492355e5ff0ad99e0691ecaff1081ee8d45901580f47ba8b74e56107c71bf
|
2013-01-08 08:07:46 +01:00
|
|
|
|
2013-03-08 12:49:16 +01:00
|
|
|
replaces="nss-myhostname>=0 systemd-analyze>0"
|
|
|
|
subpackages="libgudev libgudev-devel 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
|
2013-03-08 14:09:16 +01:00
|
|
|
/etc/systemd/bootchart.conf
|
2012-10-05 20:58:02 +02:00
|
|
|
/etc/udev/udev.conf"
|
2012-01-28 18:08:50 +01:00
|
|
|
|
2013-02-15 16:44:09 +01:00
|
|
|
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
2013-03-08 12:49:16 +01:00
|
|
|
# XXX add support to gudev, introspection and python.
|
|
|
|
unset subpackages
|
2013-02-15 16:44:09 +01:00
|
|
|
makedepends="automake gettext-devel pkg-config intltool
|
|
|
|
gperf libxslt docbook-xsl libgcrypt-devel"
|
|
|
|
crossmakedepends="acl-devel pam-devel dbus-devel libcap-devel
|
|
|
|
libkmod-devel liblzma-devel cryptsetup-devel
|
|
|
|
libblkid-devel libgcrypt-devel libglib-devel
|
|
|
|
qrencode-devel"
|
|
|
|
configure_args="${configure_args} --without-python --disable-gudev
|
|
|
|
--enable-introspection=no
|
|
|
|
ac_cv_func_malloc_0_nonnull=yes
|
2013-02-27 14:20:02 +01:00
|
|
|
ac_cv_func_realloc_0_nonnull=yes
|
|
|
|
PKG_CONFIG_SYSROOT_DIR=/usr/$XBPS_CROSS_TRIPLET
|
|
|
|
PKG_CONFIG_LIBDIR=/usr/$XBPS_CROSS_TRIPLET/lib/pkgconfig"
|
2013-02-15 16:44:09 +01:00
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
fi
|
|
|
|
|
2012-01-28 18:08:50 +01:00
|
|
|
post_install() {
|
2013-02-15 16:44:09 +01:00
|
|
|
# Remove useless doc directory.
|
|
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
|
|
|
2013-02-12 18:31:38 +01:00
|
|
|
# Remove files provided in libudev{,-devel} and systemd-{devel,libs}.
|
|
|
|
rm -rf ${DESTDIR}/usr/include/{libudev.h,systemd}
|
|
|
|
rm -rf ${DESTDIR}/usr/share/pkgconfig
|
|
|
|
rm -rf ${DESTDIR}/usr/share/man/man3
|
|
|
|
rm -f ${DESTDIR}/usr/lib/lib{udev,systemd}*
|
|
|
|
rm -f ${DESTDIR}/usr/lib/pkgconfig/lib{udev,systemd}*
|
|
|
|
|
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-08-30 19:11:42 +02:00
|
|
|
# Remove RPM stuff.
|
|
|
|
rm -rf ${DESTDIR}/etc/rpm
|
2012-09-22 15:57:15 +02:00
|
|
|
|
2013-02-27 14:20:02 +01: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
|
|
|
}
|