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/tools/systemd | |
| 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/tools/systemd')
| -rw-r--r-- | remote/tools/systemd/systemd.conf | 14 |
1 files changed, 5 insertions, 9 deletions
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="" |
