mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-28 07:53:32 +08:00
4ddcc73968
For now, we use PKG-INFO as license file, since LICENSE.rst isn't provided with the tarball. A pull request was sent upstream: https://github.com/etingof/snmpclitools/pull/11 Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
476 B
Makefile
14 lines
476 B
Makefile
################################################################################
|
|
#
|
|
# snmpclitools
|
|
#
|
|
################################################################################
|
|
|
|
SNMPCLITOOLS_VERSION = 0.6.4
|
|
SNMPCLITOOLS_SITE = https://files.pythonhosted.org/packages/03/2a/8488828e92a82c5416e33fba6089283162937b0f73e5b15205fb6ec3bbea
|
|
SNMPCLITOOLS_SETUP_TYPE = setuptools
|
|
SNMPCLITOOLS_LICENSE = BSD-2-Clause
|
|
SNMPCLITOOLS_LICENSE_FILES = PKG-INFO
|
|
|
|
$(eval $(python-package))
|