aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/pydes_1.3.1.bb
blob: f2c6fbb3bb7842c98dc90071edb6d5e642eaee3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Python DES implementation"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS_${PN} = "python"

PR = "r2"
ARCH_pydes = "all"

SRC_URI = "http://twhiteman.netfirms.com/pyDES/pyDes-1.3.1.tar.gz"

inherit distutils

S = ${WORKDIR}/pyDes-1.3.1




SRC_URI[md5sum] = "e499fdde54e98be87324c0322311e034"
SRC_URI[sha256sum] = "4f1aae18f2aabb3559b8878d95a7228ebe6633fc4a88905935354ccdf2accc32"