From c9bff79ca0c66010c2f88b68051914d4fb603bab Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 12 Aug 2009 11:48:08 +0200 Subject: python-phoneutils: new recipe; python bindings for libphoneutils --- recipes/python/python-phoneutils_git.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/python/python-phoneutils_git.bb (limited to 'recipes') 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 -- cgit 1.2.3-korg