summaryrefslogtreecommitdiff
path: root/packages/python/divmod.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-02-07 17:03:23 -0800
committerKhem Raj <raj.khem@gmail.com>2009-02-07 17:03:23 -0800
commit8a022299d8cbe2de444669a5a25b1f1c182d86f2 (patch)
tree0801f6ef6d9ccf2edbfc67a10efa10ffd611df8f /packages/python/divmod.inc
parentff830a30aca98928bcd5ea6726e3b3064785f506 (diff)
parentd6bc6a6e31509a9175bdb3636b3fbed89f794986 (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}"
+
+
+