kumquat-buildroot/package/ply/ply.mk
Andreas Klinger 6066557ace package/ply: bump to version 2.2.0
Remove patches which are now included in version 2.2.0 and no longer
needed.

Signed-off-by: Andreas Klinger <ak@it-klinger.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-12-11 22:09:12 +01:00

16 lines
409 B
Makefile

################################################################################
#
# ply
#
################################################################################
PLY_VERSION = 2.2.0
PLY_SITE = $(call github,wkz,ply,$(PLY_VERSION))
PLY_AUTORECONF = YES
PLY_LICENSE = GPL-2.0
PLY_LICENSE_FILES = COPYING
PLY_INSTALL_STAGING = YES
PLY_DEPENDENCIES = host-flex host-bison
$(eval $(autotools-package))