DESCRIPTION = "Python Programming Language" HOMEPAGE = "http://www.python.org" LICENSE = "PSF" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " DEPENDS = "python-native zlib gdbm" PR = "ml4" SRC_URI = "ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ file://bindir-libdir.patch;patch=1 \ file://crosscompile.patch;patch=1" S = "${WORKDIR}/Python-${PV}" inherit autotools EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc --without-cxx --with-signal-module --with-wctype-functions" # # copy config.h and an appropriate Makefile for distutils.sysconfig # which laters uses the information out of these to compile extensions # do_compile_prepend() { install -d ${STAGING_INCDIR}/python2.3/ install -d ${STAGING_LIBDIR}/python2.3/config/ install -m 0644 pyconfig.h ${STAGING_INCDIR}/python2.3/ install -m 0644 Makefile Makefile.orig install -m 0644 Makefile Makefile.backup sed -e 's,${includedir},${STAGING_INCDIR},' < Makefile.backup > Makefile install -m 0644 Makefile Makefile.backup sed -e 's,${libdir},${STAGING_LIBDIR},' < Makefile.backup > Makefile install -m 0644 Makefile ${STAGING_LIBDIR}/python2.3/config/ } do_compile() { oe_runmake HOSTPGEN=${STAGING_BINDIR}/pgen \ HOSTPYTHON=${STAGING_BINDIR}/python \ STAGING_LIBDIR=${STAGING_LIBDIR} \ STAGING_INCDIR=${STAGING_INCDIR} \ BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} } do_stage() { install -m 0644 Include/*.h ${STAGING_INCDIR}/python2.3/ } do_install() { install -m 0644 Makefile.orig Makefile oe_runmake HOSTPGEN=${STAGING_BINDIR}/pgen \ HOSTPYTHON=${STAGING_BINDIR}/python \ STAGING_LIBDIR=${STAGING_LIBDIR} \ STAGING_INCDIR=${STAGING_INCDIR} \ BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ DESTDIR=${D} install } include python-${PV}-manifest.inc 'right' method='get' action='/cgit/multitech-oe.git/log/packages/cyrus-imapd'>
path: root/packages/cyrus-imapd
AgeCommit message (Expand)AuthorFiles
2007-02-13cyrus-imapd: Added patch to remove -s option from install commandsRod Whitby2
2007-01-16cyrus-imapd: Obey latest volatiles file syntax.ccsmart2
2006-11-22packages: Update the packages that use volatiles to pass update as aJamie Lenehan1
2006-09-29cyrus-imapd: fix for gcc4 compilation failure. Closes OE bug #1361 and slugos...Oyvind Repvik3
2005-11-24cyrus-imapd: fix 2.2.12John Bowler1
2005-11-11db: fix db3/db4 confusion by causing all packages to use virtual/db in db-4.3...John Bowler1
2005-10-25cyrus-imapd: fixed SRC_URI for 2.2.5 versionMarcin Juszkiewicz1
2005-08-06Change permissions to allow access to lmtp socket.ccsmart1
2005-08-06Fixed paths for lmtp and notify.ccsmart2
2005-08-03Remove start after install.ccsmart1
2005-08-02User update-rc bbclass instead of issuing commands in post_xx scripts.ccsmart1
2005-08-01Committing executable flag for cyrus startup script.ccsmart1
2005-08-01Adding configfiles and ready to use changes.ccsmart6
2005-07-13Add install-native package and remove the install-sh from those packagesJohn Bowler2
2005-07-10Build reliably against db 4.3John Bowler2
2005-07-09add --without-snmp. Fixes compile issueOyvind Repvik1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi9
2005-06-18Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net3
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson