From: Michael <[email protected]> --- recipes/python/pyrtm_0.2.bb | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 recipes/python/pyrtm_0.2.bb
diff --git a/recipes/python/pyrtm_0.2.bb b/recipes/python/pyrtm_0.2.bb new file mode 100644 index 0000000..8da747d --- /dev/null +++ b/recipes/python/pyrtm_0.2.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Python interface for Remember The Milk API." +AUTHOR = "Sridhar Ratnakumar / srid" +HOMEPAGE = "http://pypi.python.org/pypi/pyrtm" +PRIORITY = "optional" +LICENSE = "MIT" +DEPENDS = "python-native" +PR = "r0" + +SRC_URI = "http://pypi.python.org/packages/source/p/pyrtm/pyrtm-0.2.tar.gz" + +SRCNAME = "pyrtm" + +inherit distutils + +PACKAGE_ARCH = "all" -- 1.6.3.3 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
