PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/host-build.mk
define Package/libxslt
SECTION:=libs
$(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1),$(2)))
endef
+HOST_CONFIGURE_ARGS+= \
+ --disable-silent-rules \
+ --enable-static \
+ --without-python \
+ --without-crypto \
+ --without-debug \
+ --without-mem-debug \
+ --without-debugger
+
define Package/libxslt/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) \
$(eval $(call BuildPackage,libxslt))
$(eval $(call BuildPackage,libexslt))
$(eval $(call BuildPackage,xsltproc))
+$(eval $(call HostBuild))