aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/divmod.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/divmod.inc')
-rw-r--r--recipes/python/divmod.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/python/divmod.inc b/recipes/python/divmod.inc
new file mode 100644
index 0000000000..20be1b2e38
--- /dev/null
+++ b/recipes/python/divmod.inc
@@ -0,0 +1,17 @@
+SRC_URI = "http://divmod.org/trac/attachment/wiki/SoftwareReleases/${REALPN}-${PV}.tar.gz?format=raw"
+
+DEPENDS += "python-twisted-native"
+
+do_unpack2() {
+ cd ${WORKDIR}
+ tar zxvf ${REALPN}-${PV}.tar.gz?format=raw
+}
+
+addtask unpack2 after do_unpack before do_configure
+
+inherit distutils
+
+S = "${WORKDIR}/${REALPN}-${PV}"
+
+
+