summaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/python/python-gsl_0.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nonworking/python/python-gsl_0.2.0.bb')
-rw-r--r--recipes/nonworking/python/python-gsl_0.2.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/nonworking/python/python-gsl_0.2.0.bb b/recipes/nonworking/python/python-gsl_0.2.0.bb
new file mode 100644
index 0000000000..38bd9e273f
--- /dev/null
+++ b/recipes/nonworking/python/python-gsl_0.2.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "GNU Scientific Library Python Bindings"
+SECTION = "base"
+PRIORITY = "optional"
+DEPENDS = "gsl"
+RDEPENDS = "python-core gsl"
+SRCNAME = "pygsl"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+ file://${FILESDIR}/cross-compile.patch;patch=1"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+export STAGING_DIR := "${STAGING_DIR}"