]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-pycodes_1.1.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-pycodes_1.1.bb
1 DESCRIPTION = "The pycodes package provides various extensions to Python for low density parity check (LDPC) codes \
2 (an extremely powerful class of error correcting codes). LDPC codes can be used for physical layer error correction \
3 in wireless, telephone, DSL, or cable modems; packet loss correction in multicast and distribution of bulk data over \
4 the Internet; and even data compression. A variety of decoding/quantization algorithms are provided including standard\
5 things like sum-product as well as linear programming relaxations."
6 SECTION = "devel/python"
7 PRIORITY = "optional"
8 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
9 LICENSE = "PYCODES"
10 SRCNAME = "pycodes"
11
12 SRC_URI = "http://www.csua.berkeley.edu/~emin/source_code/pycodes/pycodes-1-1.tar.gz \
13            file://no-docs.patch;patch=1"
14 S = "${WORKDIR}/${SRCNAME}"
15
16 inherit distutils