diff options
| author | Jonathan Bauer | 2012-09-28 16:18:05 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2012-09-28 16:18:05 +0200 |
| commit | 44ef5d2a33aa085b5c469c4f3b8a5c1804a5fd1f (patch) | |
| tree | 766362fe8b261fb8ec05f3d8ff2db4044d01b1df | |
| parent | file permissions... (diff) | |
| download | tm-scripts-44ef5d2a33aa085b5c469c4f3b8a5c1804a5fd1f.tar.gz tm-scripts-44ef5d2a33aa085b5c469c4f3b8a5c1804a5fd1f.tar.xz tm-scripts-44ef5d2a33aa085b5c469c4f3b8a5c1804a5fd1f.zip | |
config conventions ahhhh....
| -rw-r--r-- | remote/tools/busybox/busybox.conf | 6 | ||||
| -rw-r--r-- | remote/tools/plymouth/plymouth.conf | 9 | ||||
| -rw-r--r-- | remote/tools/systemd/systemd.conf | 12 |
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="" |
