6066557ace
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>
16 lines
409 B
Makefile
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))
|