diff options
| author | Matthias Hentges <oe@hentges.net> | 2007-11-20 00:02:02 +0000 |
|---|---|---|
| committer | Matthias Hentges <oe@hentges.net> | 2007-11-20 00:02:02 +0000 |
| commit | 070ef3c7c70afe9983999986c14b503b2fd89a88 (patch) | |
| tree | 187e8a824861d658d51bf2b0d4dd76124965e7aa /packages/python/python-pyrad_1.1.bb | |
| parent | d8abe08d82532590fbadb8cc21288a9972242b79 (diff) | |
| parent | 68925b84824d54938e0e9fc9c11e509ee172c887 (diff) | |
merge of '34aab52ad6f5f23f024db0327f33a822b205c50f'
and '7474dc274cd34419f2c76088f150e44ce8b545df'
Diffstat (limited to 'packages/python/python-pyrad_1.1.bb')
| -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 |
