summaryrefslogtreecommitdiff
path: root/packages/python/divmod.inc
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2009-02-09 10:42:37 -0500
committerCliff Brake <cbrake@bec-systems.com>2009-02-09 10:42:37 -0500
commit68e1ea7aeddc4f7efc621558dfd424cd2fe22674 (patch)
tree14bbcb046384962f5a0e58cb21f627d8e36a1401 /packages/python/divmod.inc
parentcd0a56bb41942c6bc470a3ec0e2d080fba95ef80 (diff)
parent0d09acc3587baf6981b4f787b021499eeb5f4a6e (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}"
+
+
+