[Lunar-commits] r22306 - in moonbase/trunk/devel: . dbus-python
Jason Johnston
xoritor at lunar-linux.org
Sun Nov 26 18:51:42 CET 2006
Author: xoritor
Date: 2006-11-26 18:51:42 +0100 (Sun, 26 Nov 2006)
New Revision: 22306
Added:
moonbase/trunk/devel/dbus-python/
moonbase/trunk/devel/dbus-python/BUILD
moonbase/trunk/devel/dbus-python/DEPENDS
moonbase/trunk/devel/dbus-python/DETAILS
Log:
Adding the dbus python bindings.
Added: moonbase/trunk/devel/dbus-python/BUILD
===================================================================
--- moonbase/trunk/devel/dbus-python/BUILD (rev 0)
+++ moonbase/trunk/devel/dbus-python/BUILD 2006-11-26 17:51:42 UTC (rev 22306)
@@ -0,0 +1,7 @@
+(
+
+python setup.py build &&
+prepare_install &&
+python setup.py install
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/devel/dbus-python/DEPENDS
===================================================================
--- moonbase/trunk/devel/dbus-python/DEPENDS (rev 0)
+++ moonbase/trunk/devel/dbus-python/DEPENDS 2006-11-26 17:51:42 UTC (rev 22306)
@@ -0,0 +1,3 @@
+depends dbus &&
+depends Python
+
Added: moonbase/trunk/devel/dbus-python/DETAILS
===================================================================
--- moonbase/trunk/devel/dbus-python/DETAILS (rev 0)
+++ moonbase/trunk/devel/dbus-python/DETAILS 2006-11-26 17:51:42 UTC (rev 22306)
@@ -0,0 +1,17 @@
+ MODULE=dbus-python
+ VERSION=0.71
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://dbus.freedesktop.org/releases/$MODULE/
+ SOURCE_VFY=sha1:18e71b7bf3513d14f2113ccd05e8bc930a46baa5
+ WEB_SITE=http://www.freedesktop.org/wiki/Software_2fDBusBindings
+ ENTERED=20061126
+ UPDATED=20061126
+ MAINTAINER=maintainer at lunar-linux.org
+ SHORT="The dbus python bindings"
+
+cat << EOF
+The dbus python bidings.
+
+More information available at:
+http://www.freedesktop.org/wiki/Software_2fDBusBindings
+EOF
More information about the Lunar-commits
mailing list