edit Makefile, add temp configure script, working on Makefile being port-compatible...
authorkremlin <ian@kremlin.cc>
Thu, 22 May 2014 02:29:51 +0000 (21:29 -0500)
committerkremlin <ian@kremlin.cc>
Thu, 22 May 2014 02:29:51 +0000 (21:29 -0500)
Makefile
configure [new file with mode: 0644]
distinfo [new file with mode: 0644]
pkg/DESCR [new file with mode: 0644]

index 04d0721a99c0c3c5c233fc8aec649f16ec0c3fe6..54ebfd10e8b846cd592c0a3b5892952c34b4e0f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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 (file)
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 (file)
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 (file)
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.