aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/pydes_1.3.1.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:09:15 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:57:23 +0100
commite347d30bd16ab0172db37b73716d802a9294b3ab (patch)
tree24180331488106a73c84daed3cd3f8886ab59c3d /recipes/python/pydes_1.3.1.bb
parent8b1a8c8b63adbe4f136c659ba17b850a317dc3f6 (diff)
downloadopenembedded-e347d30bd16ab0172db37b73716d802a9294b3ab.tar.gz
pydes: new recipe from SHR
Diffstat (limited to 'recipes/python/pydes_1.3.1.bb')
-rw-r--r--recipes/python/pydes_1.3.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/python/pydes_1.3.1.bb b/recipes/python/pydes_1.3.1.bb
new file mode 100644
index 0000000000..b266538b42
--- /dev/null
+++ b/recipes/python/pydes_1.3.1.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Python DES implementation"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = "python"
+
+PR = "r1"
+ARCH_pydes = "all"
+
+SRC_URI = "http://twhiteman.netfirms.com/pyDES/pyDes-1.3.1.tar.gz"
+
+inherit distutils
+
+S = ${WORKDIR}/pyDes-1.3.1
+
+
+