mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
5ae41cedc1
Also drop upstreamed patch. Signed-off-by: Julien Olivain <juju@cotds.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
485 B
Makefile
16 lines
485 B
Makefile
################################################################################
|
|
#
|
|
# ptm2human
|
|
#
|
|
################################################################################
|
|
|
|
PTM2HUMAN_VERSION = d0b8b6be9897ea5b04fd6460038a4773cec078bc
|
|
PTM2HUMAN_SITE = $(call github,hwangcc23,ptm2human,$(PTM2HUMAN_VERSION))
|
|
PTM2HUMAN_LICENSE = GPL-2.0
|
|
PTM2HUMAN_LICENSE_FILES = LICENSE
|
|
|
|
# Straight out from an non-autoconfigured git tree:
|
|
PTM2HUMAN_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|