]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-hmm_0.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-hmm_0.4.bb
1 DESCRIPTION = "Hmm is a python module providing an implementation of Hidden Markov \
2 Model and associated algorithms (Viterbi and Baum-Welsh). It uses Numeric \
3 Python to speed up the computations."
4 SECTION = "devel/python"
5 PRIORITY = "optional"
6 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
7 LICENSE = "GPL"
8 RDEPENDS = "python-numeric"
9 DEPENDS = "python-numeric"
10 SRCNAME = "hmm"
11
12 SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15 inherit distutils
16