mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
libenca: new package
Extremely Naive Charset Analyser. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: drop libiconv dep, tools patch, simplify host tools build] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Cc: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
da18018b5f
commit
a95d9e19c5
26
package/libenca/libenca.mk
Normal file
26
package/libenca/libenca.mk
Normal file
@@ -0,0 +1,26 @@
|
||||
################################################################################
|
||||
#
|
||||
# libenca
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBENCA_VERSION = 1.15
|
||||
LIBENCA_SITE = $(call github,nijel,enca,$(LIBENCA_VERSION))
|
||||
LIBENCA_INSTALL_STAGING = YES
|
||||
LIBENCA_AUTORECONF = YES
|
||||
LIBENCA_LICENSE = GPLv2
|
||||
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_POST_CONFIGURE_HOOKS += LIBENCA_MAKE_HOST_TOOL
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user