diff options
| author | Michael Neves | 2012-09-28 16:26:07 +0200 |
|---|---|---|
| committer | Michael Neves | 2012-09-28 16:26:07 +0200 |
| commit | 1e271a71dc9d707c6ccf72559dfb1b6c64016414 (patch) | |
| tree | 0a002c3bb8dda873ab1aa8da8071476a10f8c403 /remote | |
| parent | git ignore (diff) | |
| parent | config conventions ahhhh.... (diff) | |
| download | tm-scripts-1e271a71dc9d707c6ccf72559dfb1b6c64016414.tar.gz tm-scripts-1e271a71dc9d707c6ccf72559dfb1b6c64016414.tar.xz tm-scripts-1e271a71dc9d707c6ccf72559dfb1b6c64016414.zip | |
git ignore
Diffstat (limited to 'remote')
| -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 | 14 |
3 files changed, 14 insertions, 15 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 7a25b08a..bfefcf63 100644 --- a/remote/tools/systemd/systemd.conf +++ b/remote/tools/systemd/systemd.conf @@ -1,9 +1,5 @@ -#tool config - -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="" |
