Files

19 lines
497 B
Makefile
Raw Permalink Normal View History

2015-10-18 20:13:03 +03: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-db
$(call Package/python/Default)
TITLE:=Python $(PYTHON_VERSION) db module
DEPENDS:=+python-light +libdb47
endef
$(eval $(call PyBasePackage,python-db, \
/opt/lib/python$(PYTHON_VERSION)/bsddb \
/opt/lib/python$(PYTHON_VERSION)/lib-dynload/_bsddb.so \
/opt/lib/python$(PYTHON_VERSION)/lib-dynload/dbm.so \
))