Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_PYTHON_PYSNMP_APPS
bool "python-pysnmp-apps"
select BR2_PACKAGE_PYTHON_PYSNMP
depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
help
A collection of command-line tools for SNMP management
purposes built on top of the PySNMP package.
http://pysnmp.sf.net
comment "python-pysnmp-apps needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

View File

@@ -0,0 +1,16 @@
################################################################################
#
# python-pysnmp-apps
#
################################################################################
PYTHON_PYSNMP_APPS_VERSION = 0.3.3
PYTHON_PYSNMP_APPS_SOURCE = pysnmp-apps-$(PYTHON_PYSNMP_APPS_VERSION).tar.gz
PYTHON_PYSNMP_APPS_SITE = https://pypi.python.org/packages/source/p/pysnmp-apps
PYTHON_PYSNMP_APPS_SETUP_TYPE = setuptools
PYTHON_PYSNMP_APPS_LICENSE = BSD-3c
PYTHON_PYSNMP_APPS_LICENSE_FILES = LICENSE
PYTHON_PYSNMP_APPS_DEPENDENCIES = python-pysnmp
$(eval $(python-package))