From: Michael 'Mickey' Lauer Date: Wed, 12 Aug 2009 09:48:08 +0000 (+0200) Subject: python-phoneutils: new recipe; python bindings for libphoneutils X-Git-Tag: Release-2010-05/1~2716 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9bff79ca0c66010c2f88b68051914d4fb603bab;p=openembedded.git python-phoneutils: new recipe; python bindings for libphoneutils --- diff --git a/recipes/python/python-phoneutils_git.bb b/recipes/python/python-phoneutils_git.bb new file mode 100644 index 0000000000..1e962d36ad --- /dev/null +++ b/recipes/python/python-phoneutils_git.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Python Bindings for libphone-utils" +SECTION = "devel/python" +DEPENDS = "libphone-utils" +PV = "0.0.2+gitr${SRCPV}" +PR = "r1" + +SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master" +S = "${WORKDIR}/git/src/python" + +inherit setuptools