kumquat-buildroot/package/python-slob/python-slob.mk
Bernd Kuhls 4eaf9b248f package/python-slob: new package
Needed for the upcoming python-mwscrape2slob package.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-09 23:04:44 +02:00

14 lines
439 B
Makefile

################################################################################
#
# python-slob
#
################################################################################
PYTHON_SLOB_VERSION = 31ad0e769360a5b10a4893f686587bb8e48c3895
PYTHON_SLOB_SITE = $(call github,itkach,slob,$(PYTHON_SLOB_VERSION))
PYTHON_SLOB_LICENSE = GPLv3
PYTHON_SLOB_LICENSE_FILES = LICENSE
PYTHON_SLOB_SETUP_TYPE = distutils
$(eval $(python-package))