mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:34:04 +02:00
plplot: minor cleanup (suggestions from kyak)
This commit is contained in:
parent
3c62d2b08c
commit
29868ea666
@ -134,6 +134,7 @@ define Package/plplot-tcl
|
|||||||
$(call Package/plplot/Default)
|
$(call Package/plplot/Default)
|
||||||
DEPENDS:= +plplot +tcl
|
DEPENDS:= +plplot +tcl
|
||||||
TITLE+= (Tcl bindings)
|
TITLE+= (Tcl bindings)
|
||||||
|
$(eval $(call RequireCommand,tclsh,Please install tcl.))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/plplot-tcl/description
|
define Package/plplot-tcl/description
|
||||||
@ -152,10 +153,12 @@ $(call Package/plplot/Default/description)
|
|||||||
This package contains the Plplot bindings for Lua
|
This package contains the Plplot bindings for Lua
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
# note: plplot-python needs some numeric support library for python ('numpy'?)
|
||||||
|
# not currently present on openwrt.
|
||||||
define Package/plplot-python
|
define Package/plplot-python
|
||||||
$(call Package/plplot/Default)
|
$(call Package/plplot/Default)
|
||||||
DEPENDS:= +plplot +python
|
DEPENDS:= +plplot +python @BROKEN
|
||||||
TITLE+= (!BROKEN! Python bindings)
|
TITLE+= (Python bindings)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/plplot-python/description
|
define Package/plplot-python/description
|
||||||
|
Loading…
Reference in New Issue
Block a user