diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-24 03:33:14 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-24 03:33:14 +0100 |
commit | 866b67b12ed2457549fb4634310350a4cbf74575 (patch) | |
tree | 45bb6f33d6ee021cacae59b8748eabc7b34cac3e /packages/python | |
parent | add99197554dd661017f4acf31fd6de5ddb30449 (diff) |
python-pyftpdlib: new recipe; ftp server library for python
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pyftpdlib_0.5.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-pyftpdlib_0.5.1.bb b/packages/python/python-pyftpdlib_0.5.1.bb new file mode 100644 index 0000000000..201d7ab1a0 --- /dev/null +++ b/packages/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" |