diff options
| author | John Lee <john_lee@openmoko.org> | 2008-02-29 10:18:28 +0000 |
|---|---|---|
| committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2008-02-29 10:18:28 +0000 |
| commit | 022ac4bfbd6d85f4accbd23f18138a10b2e9f0de (patch) | |
| tree | 1a6d1e12611c2b3a341f3293af95c8575edc3c4e /packages/python/python-egenix-mx-base_3.0.0.bb | |
| parent | fe6f8c336429aa31e9b3a74ecd9f1e8a320a8a07 (diff) | |
| parent | 1e4b78b265763e2b2d0d430f62b86aab5826a48e (diff) | |
merge of 'a694034ad4f05ead506bab01c8f41ffa116d5f5d'
and 'e1563879f370dd02713e036ee932bb571cce4bc4'
Diffstat (limited to 'packages/python/python-egenix-mx-base_3.0.0.bb')
| -rw-r--r-- | packages/python/python-egenix-mx-base_3.0.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/python/python-egenix-mx-base_3.0.0.bb b/packages/python/python-egenix-mx-base_3.0.0.bb new file mode 100644 index 0000000000..8452ca6e7f --- /dev/null +++ b/packages/python/python-egenix-mx-base_3.0.0.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "The eGenix.com mx Extensions for Python are a collection of professional quality Python software \ +tools which enhance Python's usability in many important areas such as ODBC database connectivity, fast text \ +processing, date/time processing and web site programming." +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "EGENIX" +SRCNAME = "egenix-mx-base" +PR = "r0" + +SRC_URI = "http://downloads.egenix.com/python/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +export INCLUDE = "${STAGING_INCDIR}/${PYTHON_DIR}" +export LIB = "${STAGING_LIBDIR}" + +FILES_${PN} += "${datadir}" +FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/mx/*/*/.debug" |
