From 29868ea666a389dddd110fccdb8ed1431cd228c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Wed, 2 Mar 2011 00:01:15 +0100 Subject: [PATCH] plplot: minor cleanup (suggestions from kyak) --- plplot/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plplot/Makefile b/plplot/Makefile index 6bb47e7..529dd9a 100644 --- a/plplot/Makefile +++ b/plplot/Makefile @@ -134,6 +134,7 @@ define Package/plplot-tcl $(call Package/plplot/Default) DEPENDS:= +plplot +tcl TITLE+= (Tcl bindings) +$(eval $(call RequireCommand,tclsh,Please install tcl.)) endef define Package/plplot-tcl/description @@ -152,10 +153,12 @@ $(call Package/plplot/Default/description) This package contains the Plplot bindings for Lua endef +# note: plplot-python needs some numeric support library for python ('numpy'?) +# not currently present on openwrt. define Package/plplot-python $(call Package/plplot/Default) - DEPENDS:= +plplot +python - TITLE+= (!BROKEN! Python bindings) + DEPENDS:= +plplot +python @BROKEN + TITLE+= (Python bindings) endef define Package/plplot-python/description