r4470 - in developers/jeremy/maniac: . data

jeremy at docs.openmoko.org jeremy at docs.openmoko.org
Mon Jun 2 20:20:46 CEST 2008


Author: jeremy
Date: 2008-06-02 20:20:46 +0200 (Mon, 02 Jun 2008)
New Revision: 4470

Added:
   developers/jeremy/maniac/data/
   developers/jeremy/maniac/data/maniac_svn.bb
Log:
2008-06-03  Jeremy Chang  <jeremy at openmoko.com>

	* add a bb file for maniac project. 



Added: developers/jeremy/maniac/data/maniac_svn.bb
===================================================================
--- developers/jeremy/maniac/data/maniac_svn.bb	                        (rev 0)
+++ developers/jeremy/maniac/data/maniac_svn.bb	2008-06-02 18:20:46 UTC (rev 4470)
@@ -0,0 +1,14 @@
+DESCRIPTION = "Maniac - a test application to test system stability by generating random fake key and mouse events"
+PKG_TAGS_${PN} = "group::unknown"
+LICENSE = "GPL"
+DEPENDS = "libfakekey libxtst"
+RDEPENDS_${PN} = "libfakekey"
+SRCREV = ${AUTOREV}
+PV = "0.0.1+svnr${SRCREV}"
+
+SRC_URI = "svn://svn.openmoko.org/developers/jeremy;module=maniac;proto=https"
+
+S = "${WORKDIR}/maniac"
+
+inherit autotools pkgconfig
+





More information about the commitlog mailing list