mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
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))
|