mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-24 01:18:53 +01:00
63967cf6c0
* Update Buildroot 2019.02.8 * Update patches
14 lines
397 B
Makefile
14 lines
397 B
Makefile
################################################################################
|
|
#
|
|
# libmspack
|
|
#
|
|
################################################################################
|
|
|
|
LIBMSPACK_VERSION = 0.10.1alpha
|
|
LIBMSPACK_SITE = https://www.cabextract.org.uk/libmspack
|
|
LIBMSPACK_LICENSE = LGPL-2.1
|
|
LIBMSPACK_LICENSE_FILES = COPYING.LIB
|
|
LIBMSPACK_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|