mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 21:21:54 +01:00
14 lines
379 B
Makefile
14 lines
379 B
Makefile
################################################################################
|
|
#
|
|
# libestr
|
|
#
|
|
################################################################################
|
|
|
|
LIBESTR_VERSION = 0.1.10
|
|
LIBESTR_SITE = http://libestr.adiscon.com/files/download
|
|
LIBESTR_LICENSE = LGPL-2.1+
|
|
LIBESTR_LICENSE_FILES = COPYING
|
|
LIBESTR_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|