diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/python/pyrtm_0.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/python/pyrtm_0.2.bb b/recipes/python/pyrtm_0.2.bb new file mode 100644 index 0000000000..a5a6fb2e2f --- /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-${PV}.tar.gz" + +SRCNAME = "pyrtm" + +inherit distutils + +PACKAGE_ARCH = "all" |