python-pyrad_1.1.bb: package pyrad 1.1
authorJeremy Laine <jeremy.laine@m4x.org>
Mon, 19 Nov 2007 20:41:56 +0000 (20:41 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Mon, 19 Nov 2007 20:41:56 +0000 (20:41 +0000)
packages/python/python-pyrad_1.1.bb [new file with mode: 0644]

diff --git a/packages/python/python-pyrad_1.1.bb b/packages/python/python-pyrad_1.1.bb
new file mode 100644 (file)
index 0000000..9b452d9
--- /dev/null
@@ -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