summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2012-09-28 16:18:05 +0200
committerJonathan Bauer2012-09-28 16:18:05 +0200
commit44ef5d2a33aa085b5c469c4f3b8a5c1804a5fd1f (patch)
tree766362fe8b261fb8ec05f3d8ff2db4044d01b1df
parentfile permissions... (diff)
downloadtm-scripts-44ef5d2a33aa085b5c469c4f3b8a5c1804a5fd1f.tar.gz
tm-scripts-44ef5d2a33aa085b5c469c4f3b8a5c1804a5fd1f.tar.xz
tm-scripts-44ef5d2a33aa085b5c469c4f3b8a5c1804a5fd1f.zip
config conventions ahhhh....
-rw-r--r--remote/tools/busybox/busybox.conf6
-rw-r--r--remote/tools/plymouth/plymouth.conf9
-rw-r--r--remote/tools/systemd/systemd.conf12
3 files changed, 14 insertions, 13 deletions
diff --git a/remote/tools/busybox/busybox.conf b/remote/tools/busybox/busybox.conf
index 239acb74..03928171 100644
--- a/remote/tools/busybox/busybox.conf
+++ b/remote/tools/busybox/busybox.conf
@@ -1,2 +1,4 @@
-git=git://git.openslx.org/openslx/tools/busybox
-deps=""
+GIT=git://git.openslx.org/openslx/tools/busybox
+DEPS=""
+REQUIRED_BINARIES=""
+REQUIRED_FILES=""
diff --git a/remote/tools/plymouth/plymouth.conf b/remote/tools/plymouth/plymouth.conf
index 78b67891..450466ab 100644
--- a/remote/tools/plymouth/plymouth.conf
+++ b/remote/tools/plymouth/plymouth.conf
@@ -1,4 +1,5 @@
-version=plymouth-0.8.6.1
-url=http://www.freedesktop.org/software/plymouth/releases/${version}.tar.bz2
-deps="libpng-dev libpango1.0-dev libcairo-dev libgtk2.0-dev libdrm-dev"
-required_binaries="plymouth plymouthd"
+VERSION=plymouth-0.8.6.1
+URL=http://www.freedesktop.org/software/plymouth/releases/${VERSION}.tar.bz2
+DEPS="libpng-dev libpango1.0-dev libcairo-dev libgtk2.0-dev libdrm-dev"
+REQUIRED_BINARIES="plymouth plymouthd"
+REQUIRED_FILES=""
diff --git a/remote/tools/systemd/systemd.conf b/remote/tools/systemd/systemd.conf
index d2a5ab75..bfefcf63 100644
--- a/remote/tools/systemd/systemd.conf
+++ b/remote/tools/systemd/systemd.conf
@@ -1,7 +1,5 @@
-version=systemd-43
-url=http://www.freedesktop.org/software/systemd/${version}.tar.xz
-deps="intltool gperf libcap-dev dbus libudev-dev pkg-config libdbus-1-dev libkmod-dev"
-required_binaries="systemd"
-required_files=""
-
-
+VERSION=systemd-43
+URL=http://www.freedesktop.org/software/systemd/${VERSION}.tar.xz
+DEPS="intltool gperf libcap-dev dbus libudev-dev pkg-config libdbus-1-dev libkmod-dev"
+REQUIRED_BINARIES="systemd"
+REQUIRES_FILES=""