summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorChristian Rößler2013-08-12 17:26:45 +0200
committerChristian Rößler2013-08-12 17:26:45 +0200
commitf80d4908d2ce993df894e126edca98d556cb92e6 (patch)
treefaee59f8b335d8540d46ed552c2863cdccc93ebe /remote/modules
parent[systemd] README-file, if another try is made for compiling systemd (diff)
downloadtm-scripts-f80d4908d2ce993df894e126edca98d556cb92e6.tar.gz
tm-scripts-f80d4908d2ce993df894e126edca98d556cb92e6.tar.xz
tm-scripts-f80d4908d2ce993df894e126edca98d556cb92e6.zip
[systemd] config file for Scientific Linux - please read
systemd.build.scientific.README!
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/systemd/systemd.conf.scientific34
1 files changed, 25 insertions, 9 deletions
diff --git a/remote/modules/systemd/systemd.conf.scientific b/remote/modules/systemd/systemd.conf.scientific
index 71ab4267..54e62b96 100644
--- a/remote/modules/systemd/systemd.conf.scientific
+++ b/remote/modules/systemd/systemd.conf.scientific
@@ -1,5 +1,26 @@
-REQUIRED_VERSION="systemd-206"
+REQUIRED_VERSION="systemd-204"
REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz"
+
+REQUIRED_LIBKMOD_VERSION="kmod-12"
+REQUIRED_LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${REQUIRED_LIBKMOD_VERSION}.tar.gz"
+
+REQUIRED_UTILLINUX_VERSION="util-linux-2.23"
+REQUIRED_UTILLINUX_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${REQUIRED_UTILLINUX_VERSION}/util-linux-${REQUIRED_UTILLINUX_VERSION}.tar.xz"
+
+REQUIRED_M4_VERSION="m4-1.4.16"
+REQUIRED_M4_URL="ftp://ftp.gnu.org/gnu/m4/${REQUIRED_M4_VERSION}.tar.xz"
+
+REQUIRED_AUTOCONF_VERSION="autoconf-2.69"
+REQUIRED_AUTOCONF_URL="ftp://ftp.gnu.org/gnu/autoconf/${REQUIRED_AUTOCONF_VERSION}.tar.xz"
+
+REQUIRED_AUTOMAKE_VERSION="automake-1.13"
+REQUIRED_AUTOMAKE_URL="ftp://ftp.gnu.org/gnu/automake/${REQUIRED_AUTOMAKE_VERSION}.tar.xz"
+
+REQUIRED_DBUS_VERSION="dbus-1.6.8"
+REQUIRED_DBUS_URL="http://dbus.freedesktop.org/releases/dbus/${REQUIRED_DBUS_VERSION}.tar.gz"
+
+
+
REQUIRED_INSTALLED_PACKAGES="
intltool
gperf
@@ -10,12 +31,7 @@ REQUIRED_INSTALLED_PACKAGES="
libxslt
libblkid-devel
libacl-devel
+ pam-devel
+ glib2-devel
+ expat-devel
"
-REQUIRED_UTILLINUX_VERSION="2.23"
-REQUIRED_UTILLINUX_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${REQUIRED_UTILLINUX_VERSION}/util-linux-${REQUIRED_UTILLINUX_VERSION}.tar.xz"
-REQUIRED_M4_VERSION="1.4.16"
-REQUIRED_M4_URL="ftp://ftp.gnu.org/gnu/m4/m4-${REQUIRED_M4_VERSION}.tar.xz"
-REQUIRED_AUTOCONF_VERSION="2.69"
-REQUIRED_AUTOCONF_URL="ftp://ftp.gnu.org/gnu/autoconf/autoconf-${REQUIRED_AUTOCONF_VERSION}.tar.xz"
-REQUIRED_AUTOMAKE_VERSION="1.13"
-REQUIRED_AUTOMAKE_URL="ftp://ftp.gnu.org/gnu/automake/automake-${REQUIRED_AUTOMAKE_VERSION}.tar.xz"