diff options
Diffstat (limited to 'recipes/python/python-pyftpdlib_0.5.1.bb')
-rw-r--r-- | recipes/python/python-pyftpdlib_0.5.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-pyftpdlib_0.5.1.bb b/recipes/python/python-pyftpdlib_0.5.1.bb new file mode 100644 index 0000000000..201d7ab1a0 --- /dev/null +++ b/recipes/python/python-pyftpdlib_0.5.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "FTP Server Library" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "MIT" +PR = "ml0" + +inherit distutils + +SRC_URI = "http://pyftpdlib.googlecode.com/files/pyftpdlib-${PV}.tar.gz" +S = "${WORKDIR}/pyftpdlib-${PV}" + +RDEPENDS = "python-netserver" |