2015-03-02 17:53:19 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2015 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Package/python-ncurses
|
|
|
|
$(call Package/python/Default)
|
|
|
|
TITLE:=Python $(PYTHON_VERSION) ncurses module
|
2015-04-21 07:15:44 +00:00
|
|
|
DEPENDS:=+python-light +libncurses
|
2015-03-02 17:53:19 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call PyBasePackage,python-ncurses, \
|
2015-03-13 16:12:46 +00:00
|
|
|
/usr/lib/python$(PYTHON_VERSION)/curses \
|
2015-03-02 17:53:19 +00:00
|
|
|
/usr/lib/python$(PYTHON_VERSION)/lib-dynload/_curses.so \
|
|
|
|
/usr/lib/python$(PYTHON_VERSION)/lib-dynload/_curses_panel.so \
|
|
|
|
))
|