kumquat-buildroot/package/circus/circus.mk
Yegor Yefremov 739e64e6ea circus: new package
Reviewed-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: minor tweaks to Config.in.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-05 17:26:35 +02:00

15 lines
428 B
Makefile

################################################################################
#
# circus
#
################################################################################
CIRCUS_VERSION = 0.13.0
CIRCUS_SOURCE = circus-$(CIRCUS_VERSION).tar.gz
CIRCUS_SITE = https://pypi.python.org/packages/source/c/circus
CIRCUS_SETUP_TYPE = setuptools
CIRCUS_LICENSE = Apache-2.0
CIRCUS_LICENSE_FILES = LICENSE
$(eval $(python-package))