diff options
| author | Christian Rößler | 2013-08-06 15:03:19 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-08-06 15:03:19 +0200 |
| commit | 96aaa39bd2db526e252a359a6ac0c2fd012c0132 (patch) | |
| tree | a932dbfca2e8e5e0670a2794e4b23d36943a49fd /remote/modules/systemd | |
| parent | [openslx-update] Minor additions: +var SLXSCRIPTS, +mktemp (diff) | |
| download | tm-scripts-96aaa39bd2db526e252a359a6ac0c2fd012c0132.tar.gz tm-scripts-96aaa39bd2db526e252a359a6ac0c2fd012c0132.tar.xz tm-scripts-96aaa39bd2db526e252a359a6ac0c2fd012c0132.zip | |
[systemd] conf for Scientific Linux
Diffstat (limited to 'remote/modules/systemd')
| -rw-r--r-- | remote/modules/systemd/systemd.conf.scientific | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/remote/modules/systemd/systemd.conf.scientific b/remote/modules/systemd/systemd.conf.scientific new file mode 100644 index 00000000..cbda26fc --- /dev/null +++ b/remote/modules/systemd/systemd.conf.scientific @@ -0,0 +1,16 @@ +REQUIRED_VERSION="systemd-206" +REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz" +# REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.bz2" +REQUIRED_INSTALLED_PACKAGES=" + intltool + gperf + pkgconfig + libcap-devel + libudev-devel + dbus-devel + libxslt + libblkid-devel + libacl-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" |
