DESCRIPTION = "Python Bindings for the Cairo canvas library" SECTION = "python-devel" HOMEPAGE = "http://cairographics.org/pycairo" LICENSE = "LGPL MPL" DEPENDS = "cairo" PR = "ml2" SRC_URI = "http://cairographics.org/releases/pycairo-${PV}.tar.gz \ file://fix-setup-py.patch;patch=1" S = "${WORKDIR}/pycairo-${PV}" inherit distutils pkgconfig do_configure_append() { sed -e 's:@prefix@:${prefix}:' -e 's:@includedir@:\$\{prefix\}/include:' -e 's:@VERSION@:${PV}:' pycairo.pc.in > pycairo.pc } do_stage() { install -d ${STAGING_INCDIR} install -m 0644 cairo/pycairo.h ${STAGING_INCDIR} } .git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/curl
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2008-09-20curl-native: uses autotools, so let us stage with autotools_stage_allHenning Heinold1
2008-09-09curl: avoid off_t confusion caused by site filePhil Blundell2
2008-09-07curl: make parameters configurable via CURL_FEATURESPhil Blundell1
2008-09-07curl: add 7.19.0Phil Blundell3
2008-08-09curl 7.18.0 update to 7.18.2Michael Lauer3
2008-05-30curl-sdk: add from pokyJohn Lee1
2008-04-08curl: update to 7.18 (from Poky)Marcin Juszkiewicz2
2008-03-18curl: Fix pkgconfig patch for when gnutls is disabledRichard Purdie2
2008-02-29curl: Fix pkgconfig fileRichard Purdie3
2007-12-17packages/curl/{curl,curl-native}: Do not try to use libssh2.Holger Freyther1
2007-12-11curl: really disable libidn (from Poky)Marcin Juszkiewicz1
2007-08-15curl[-native]: update to 7.16.4Michael Lauer2
2007-08-15curl: remove versions that no longer build w/ current autotoolsMichael Lauer5
2007-07-02curl: update to 7.16.2Koen Kooi2
2007-06-01curl: turn on tls supportKoen Kooi1
2007-01-06curl 7.16: package ca-certs (88kB), needed for ssl (e.g https) and RRECOMMEND...Koen Kooi1
2007-01-05curl: add 7.16.0, make linking against gnutls workKoen Kooi1
2006-11-14curl-native: DEPEND on zlib-native not on zlibMarcin Juszkiewicz2
2006-11-04bump PR on various recipes using binconfigKoen Kooi2
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2