summaryrefslogtreecommitdiff
path: root/packages/python/divmod.inc
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2009-02-06 01:50:52 +0000
committerRod Whitby <rod@whitby.id.au>2009-02-06 01:50:52 +0000
commit2cd96aaf16d788547295b45ae4eb1ea45329e2e0 (patch)
tree161b0282784671ed64c20913ae6ccca235d2b0ae /packages/python/divmod.inc
parent76dd7c8587b23f31e530d6974dfd03d81cc5812e (diff)
parenta0522a8b0b5606d2c2601990d4212430ad459adb (diff)
Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'packages/python/divmod.inc')
-rw-r--r--packages/python/divmod.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/python/divmod.inc b/packages/python/divmod.inc
new file mode 100644
index 0000000000..20be1b2e38
--- /dev/null
+++ b/packages/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}"
+
+
+