diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-28 16:13:00 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-28 16:13:00 +0000 |
commit | 78a12152c9703cb104fdcfc89d75531a8e79ddaf (patch) | |
tree | 55bfa0bae44e3dd2647783014497cbf3f1d32370 /packages/python/python-egenix-mx-base_3.0.0.bb | |
parent | cc1759e0dbf2f33f10ea6e620db4d543941f3e9c (diff) |
python-egenix-md-base 2.0.6 update to 3.0.0 and bring back from nonworking
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" |