mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
27
package/libenca/libenca.mk
Normal file
27
package/libenca/libenca.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
#
|
||||
# libenca
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBENCA_VERSION = 1.19
|
||||
LIBENCA_SITE = http://dl.cihar.com/enca
|
||||
LIBENCA_SOURCE = enca-$(LIBENCA_VERSION).tar.xz
|
||||
LIBENCA_INSTALL_STAGING = YES
|
||||
LIBENCA_LICENSE = GPL-2.0
|
||||
LIBENCA_LICENSE_FILES = COPYING
|
||||
LIBENCA_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||
|
||||
LIBENCA_CONF_ENV += \
|
||||
ac_cv_file__dev_random=yes \
|
||||
ac_cv_file__dev_urandom=yes \
|
||||
ac_cv_file__dev_arandom=no \
|
||||
ac_cv_file__dev_srandom=no
|
||||
|
||||
define LIBENCA_MAKE_HOST_TOOL
|
||||
$(MAKE) -C $(@D)/tools $(HOST_CONFIGURE_OPTS) make_hash
|
||||
endef
|
||||
|
||||
LIBENCA_PRE_BUILD_HOOKS += LIBENCA_MAKE_HOST_TOOL
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user