2023-06-28 10:18:44 +00:00
|
|
|
package=dbus
|
2023-09-07 06:30:44 +00:00
|
|
|
$(package)_version=1.14.10
|
2023-06-28 10:18:44 +00:00
|
|
|
$(package)_download_path=https://dbus.freedesktop.org/releases/dbus
|
2023-06-28 17:16:14 +00:00
|
|
|
$(package)_file_name=dbus-$($(package)_version).tar.xz
|
2023-09-07 06:30:44 +00:00
|
|
|
$(package)_sha256_hash=ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f
|
2023-06-28 10:18:44 +00:00
|
|
|
$(package)_dependencies=expat
|
|
|
|
$(package)_patches=remove-DDBUS_STATIC_BUILD.patch
|
|
|
|
|
|
|
|
define $(package)_set_vars
|
|
|
|
$(package)_config_opts=--disable-shared --disable-maintainer-mode --disable-xml-docs --disable-doxygen-docs
|
|
|
|
$(package)_config_opts+=--disable-ducktype-docs
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_preprocess_cmds
|
|
|
|
patch -p1 < $($(package)_patch_dir)/remove-DDBUS_STATIC_BUILD.patch
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_config_cmds
|
|
|
|
$($(package)_autoconf)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_build_cmds
|
|
|
|
$(MAKE)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
|
|
|
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_postprocess_cmds
|
|
|
|
rm lib/*.la
|
|
|
|
endef
|