mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
16 lines
409 B
Makefile
16 lines
409 B
Makefile
################################################################################
|
|
#
|
|
# ply
|
|
#
|
|
################################################################################
|
|
|
|
PLY_VERSION = 2.3.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))
|