You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
715 B
30 lines
715 B
package=libxcb |
|
$(package)_version=1.10 |
|
$(package)_download_path=http://xcb.freedesktop.org/dist |
|
$(package)_file_name=$(package)-$($(package)_version).tar.bz2 |
|
$(package)_sha256_hash=98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5 |
|
$(package)_dependencies=xcb_proto libXau xproto |
|
|
|
define $(package)_set_vars |
|
$(package)_config_opts=--disable-static |
|
endef |
|
|
|
define $(package)_preprocess_cmds |
|
sed "s/pthread-stubs//" -i configure |
|
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 -rf share/man share/doc |
|
endef
|
|
|