diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | configure | 3 | ||||
-rw-r--r-- | distinfo | 2 | ||||
-rw-r--r-- | pkg/DESCR | 2 |
4 files changed, 8 insertions, 2 deletions
@@ -21,8 +21,7 @@ PERMIT_PACKAGE_CDROM = Yes WANTLIB = c gio-2.0 glib-2.0 #TODO: see if it's okay to host this -MASTER_SITES = -http://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systemd-utl.git;a=snapshot;h=refs/heads/master;sf=tgz +MASTER_SITES = http://uglyman.kremlin.cc/latest-devel/ #MODULES = ??? #BUILD_DEPENDS = ??? diff --git a/configure b/configure new file mode 100644 index 0000000..c6e7c34 --- /dev/null +++ b/configure @@ -0,0 +1,3 @@ +#!/bin/sh + +printf "%s\n" "to be completed!" diff --git a/distinfo b/distinfo new file mode 100644 index 0000000..39bdd20 --- /dev/null +++ b/distinfo @@ -0,0 +1,2 @@ +SHA256 (dbus-utils-0.1.tar.gz) = UqFHjteKqy88NJDyssNaMHxlaaB40ynk9a4RGinGp8Q= +SIZE (dbus-utils-0.1.tar.gz) = 3538 diff --git a/pkg/DESCR b/pkg/DESCR new file mode 100644 index 0000000..8f66938 --- /dev/null +++ b/pkg/DESCR @@ -0,0 +1,2 @@ +TODO: expand on this +provides dbus-compatible systemd replacement utilities hostname,localed,timedated and logind. |