diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-11-19 20:41:56 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2007-11-19 20:41:56 +0000 |
commit | 1e5e4a1ed7ac5ea8fbce000eff75340805fb2d77 (patch) | |
tree | da53fd7073aa0d01fdd6b0f75df4ad1a6bf36c4f /packages | |
parent | 1977650fdda4676e78bf23e36317ad885b230bd6 (diff) |
python-pyrad_1.1.bb: package pyrad 1.1
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-pyrad_1.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/python/python-pyrad_1.1.bb b/packages/python/python-pyrad_1.1.bb new file mode 100644 index 0000000000..9b452d9b0f --- /dev/null +++ b/packages/python/python-pyrad_1.1.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Python Radius Client and Server" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "BSD" +RDEPENDS = "python-crypt" +SRCNAME = "pyrad" + +SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools |