aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/pydes_1.3.1.bb
blob: b266538b4249003b4abac0704bb2c73f9b8ec1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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