From 09594b3c026affa4c8fc3a06ddb4155744e2cbf8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 8 Apr 2008 11:43:41 +0000 Subject: add python-pyrtc, support for the real time clock from python --- packages/python/python-pyrtc_svn.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/python/python-pyrtc_svn.bb (limited to 'packages/python') diff --git a/packages/python/python-pyrtc_svn.bb b/packages/python/python-pyrtc_svn.bb new file mode 100644 index 0000000000..60277a029d --- /dev/null +++ b/packages/python/python-pyrtc_svn.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "PyRTC is a python extension module that supports talking to the \ +RTC (Real Time Clock) found in most PCs and SOCs" +SECTION = "devel/python" +HOMEPAGE = "http://www.freesmartphone.org" +AUTHOR = "Michael 'Mickey' Lauer " +LICENSE = "GPLv2" +SRCNAME = "pyrtc" +DEPENDS = "python-cython-native" +PV = "1.0.0+svnr${SRCREV}" +PR = "ml0" + +SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=${SRCNAME}" +S = "${WORKDIR}/${SRCNAME}" + +inherit distutils + -- cgit v1.2.3