mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00: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))
|