diff options
| author | Koen Kooi <koen@openembedded.org> | 2010-07-13 19:20:22 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2010-07-13 19:20:22 +0200 |
| commit | 035d532e7ff1edda16c13dd85b7428ec2ebfc73b (patch) | |
| tree | a1b10c9714115849ad212cef03ba75ab4ad80533 /recipes/python/python-django_1.2.1.bb | |
| parent | b520cd29836cac171e181703bac1ef250219e11c (diff) | |
| parent | f7f8bfbd02f86af63f5f6e23c555e61d5294e54e (diff) | |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-django_1.2.1.bb')
| -rw-r--r-- | recipes/python/python-django_1.2.1.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes/python/python-django_1.2.1.bb b/recipes/python/python-django_1.2.1.bb new file mode 100644 index 0000000000..0dff6a8430 --- /dev/null +++ b/recipes/python/python-django_1.2.1.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "Python Web framework" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "BSD" +SRCNAME = "Django" +RELEASE = "1.2" +PR = "r0" + +SRC_URI = "http://media.djangoproject.com/releases/${RELEASE}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}" + +# TODO: huge package, increase granularity + +RDEPENDS_${PN} = "\ + python-email \ + python-html \ + python-netserver \ + python-numbers \ + python-pickle \ + python-pprint \ + python-shell \ + python-sqlite3 \ + python-textutils \ + python-threading \ + python-unixadmin \ + python-xml \ +" + +SRC_URI[md5sum] = "2351efb20f6b7b5d9ce80fa4cb1bd9ca" +SRC_URI[sha256sum] = "eaa29f2344568cc871c4517a348de0d5c39fbd055b4c998cd4a80601bb51e7b9" |
