mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
15
package/gob2/gob2.mk
Normal file
15
package/gob2/gob2.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user