mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-22 14:27:18 +00:00
16 lines
432 B
Makefile
16 lines
432 B
Makefile
################################################################################
|
|
#
|
|
# gob2
|
|
#
|
|
################################################################################
|
|
|
|
GOB2_VERSION = 2.0.20
|
|
GOB2_SOURCE = gob2-$(GOB2_VERSION).tar.xz
|
|
GOB2_SITE = http://ftp.5z.com/pub/gob
|
|
HOST_GOB2_DEPENDENCIES = host-bison host-flex host-libglib2
|
|
|
|
$(eval $(host-autotools-package))
|
|
|
|
# gob2 for the host
|
|
GOB2_HOST_BINARY = $(HOST_DIR)/bin/gob2
|