recipes: move SRCREVs also to git recipes
[openembedded.git] / recipes / python / divmod.inc
1 SRC_URI = "http://divmod.org/trac/attachment/wiki/SoftwareReleases/${REALPN}-${PV}.tar.gz?format=raw"
2
3 DEPENDS += "python-twisted-native"
4
5 do_unpack2() {
6         cd ${WORKDIR}
7         tar zxvf ${REALPN}-${PV}.tar.gz?format=raw
8 }
9
10 addtask unpack2 after do_unpack before do_configure
11
12 inherit distutils
13
14 S = "${WORKDIR}/${REALPN}-${PV}"
15
16
17