1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 02:33:51 +03:00

plplot: mark plplot-python as broken and explain why that is so.

This commit is contained in:
David Kühling 2011-01-22 13:27:24 +01:00
parent c32c234619
commit 31e8e5bb39

View File

@ -152,12 +152,15 @@ endef
define Package/plplot-python
$(call Package/plplot/Default)
DEPENDS:= +plplot +python
TITLE+= (Python bindings)
TITLE+= (!BROKEN! Python bindings)
endef
define Package/plplot-python/description
$(call Package/plplot/Default/description)
This package contains the Plplot bindings for Python
This package contains the Plplot bindings for Python.
Note that this needs either the Pythnon-Numpy or Python-Numeric library
to work. Both haven\'t been ported yet, so plplot-python is
disfunctional!
endef
define Package/plplot-octave