[oe-commits] Martin Jansa : pydes: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:05:59 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: e347d30bd16ab0172db37b73716d802a9294b3ab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e347d30bd16ab0172db37b73716d802a9294b3ab

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:09:15 2009 +0100

pydes: new recipe from SHR

---

 recipes/python/pydes_1.3.1.bb |   17 +++++++++++++++++
 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 0000000..b266538
--- /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
+
+
+





More information about the Openembedded-commits mailing list