mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
[Peter: fix help text, doesn't need fork, file header, license tags] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
450 B
Makefile
16 lines
450 B
Makefile
################################################################################
|
|
#
|
|
# libsoc
|
|
#
|
|
################################################################################
|
|
|
|
LIBSOC_VERSION = 356760dcb93b22d6c67c5232cde2ade8c968c932
|
|
LIBSOC_SITE = http://github.com/jackmitch/libsoc/tarball/$(LIBSOC_VERSION)
|
|
LIBSOC_LICENSE = LGPLv2.1
|
|
LIBSOC_LICENSE_FILES = COPYING
|
|
LIBSOC_AUTORECONF = YES
|
|
LIBSOC_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|
|
|