[Lunar-commits] r20925 - in moonbase/trunk/python: . pylirc

Samuel Verstraete elangelo at lunar-linux.org
Mon Aug 7 08:03:30 UTC 2006


Author: elangelo
Date: 2006-08-07 08:03:30 +0000 (Mon, 07 Aug 2006)
New Revision: 20925

Added:
   moonbase/trunk/python/pylirc/
   moonbase/trunk/python/pylirc/BUILD
   moonbase/trunk/python/pylirc/DEPENDS
   moonbase/trunk/python/pylirc/DETAILS
Log:
adding this to moonbase. It's a dependency of freevo
gr,S.


Added: moonbase/trunk/python/pylirc/BUILD
===================================================================
--- moonbase/trunk/python/pylirc/BUILD	                        (rev 0)
+++ moonbase/trunk/python/pylirc/BUILD	2006-08-07 08:03:30 UTC (rev 20925)
@@ -0,0 +1,4 @@
+(
+prepare_install
+python setup.py install
+)> $C_FIFO 2>&1

Added: moonbase/trunk/python/pylirc/DEPENDS
===================================================================
--- moonbase/trunk/python/pylirc/DEPENDS	                        (rev 0)
+++ moonbase/trunk/python/pylirc/DEPENDS	2006-08-07 08:03:30 UTC (rev 20925)
@@ -0,0 +1,2 @@
+depends lirc &&
+depends Python

Added: moonbase/trunk/python/pylirc/DETAILS
===================================================================
--- moonbase/trunk/python/pylirc/DETAILS	                        (rev 0)
+++ moonbase/trunk/python/pylirc/DETAILS	2006-08-07 08:03:30 UTC (rev 20925)
@@ -0,0 +1,14 @@
+      MODULE=pylirc
+     VERSION=0.0.5
+      SOURCE=$MODULE-$VERSION.tar.gz
+  SOURCE_URL=$SFORGE_URL/$MODULE
+  SOURCE_VFY=sha1:90b016dc0ab1ad237603cbafa74c6625c6227a80 
+    WEB_SITE=http://pylirc.mccabe.nu/
+     ENTERED=20060806
+     UPDATED=20060806
+       SHORT="Python lirc bindings"
+
+cat << EOF
+pyLirc is a module for Python that interacts with lirc to give Python 
+programs the ability to receive commands from remote controls.
+EOF



More information about the Lunar-commits mailing list