summaryrefslogtreecommitdiff
path: root/packages/python/python-django_1.0.2.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-16 12:52:11 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-16 12:52:11 +0000
commit06a32233c469a3628048d39bc8c79a864b51c1e0 (patch)
tree70cda69865cc8b546c4acc1b517efaa57e7b97c6 /packages/python/python-django_1.0.2.bb
parent7b84d457f3f70bb814385e83bd0e001591389104 (diff)
parent1fc87ab9a7b9684565785ce5996aba6f5c03fe53 (diff)
Merge branch 'mickey/python26' into org.openembedded.dev
Diffstat (limited to 'packages/python/python-django_1.0.2.bb')
-rw-r--r--packages/python/python-django_1.0.2.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/python/python-django_1.0.2.bb b/packages/python/python-django_1.0.2.bb
new file mode 100644
index 0000000000..0c572eeeda
--- /dev/null
+++ b/packages/python/python-django_1.0.2.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "Python Web framework"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "BSD"
+SRCNAME = "Django"
+PR = "ml0"
+
+SRC_URI = "http://media.djangoproject.com/releases/${PV}/${SRCNAME}-${PV}-final.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}-final"
+
+inherit distutils
+
+DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}"
+
+# TODO: huge package, increase granularity
+
+RDEPENDS_${PN} = "\
+ python-email \
+ python-netserver \
+ python-pickle \
+ python-pprint \
+ python-shell \
+ python-sqlite \
+ python-textutils \
+ python-threading \
+ python-unixadmin \
+ python-xml \
+"