1################################################################################ 2# 3# augeas 4# 5################################################################################ 6 7AUGEAS_VERSION = 1.12.0 8AUGEAS_SITE = http://download.augeas.net 9AUGEAS_INSTALL_STAGING = YES 10AUGEAS_LICENSE = LGPL-2.1+ 11AUGEAS_LICENSE_FILES = COPYING 12AUGEAS_CPE_ID_VENDOR = augeas 13AUGEAS_DEPENDENCIES = host-pkgconf readline libxml2 14 15AUGEAS_CONF_OPTS = --disable-gnulib-tests 16 17# Remove the test lenses which occupy about 1.4 MB on the target 18define AUGEAS_REMOVE_TEST_LENSES 19 rm -rf $(TARGET_DIR)/usr/share/augeas/lenses/dist/tests 20endef 21AUGEAS_POST_INSTALL_TARGET_HOOKS += AUGEAS_REMOVE_TEST_LENSES 22 23$(eval $(autotools-package)) 24