divmod.inc: add missing file, thanks Frans!
authorKoen Kooi <koen@openembedded.org>
Thu, 5 Feb 2009 22:10:19 +0000 (23:10 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 5 Feb 2009 22:10:19 +0000 (23:10 +0100)
packages/python/divmod.inc [new file with mode: 0644]

diff --git a/packages/python/divmod.inc b/packages/python/divmod.inc
new file mode 100644 (file)
index 0000000..20be1b2
--- /dev/null
@@ -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}"
+
+
+