qa: Restore bitcoin-util-test py2 compatibility
[bitcoinplatinum.git] / depends / packages / xtrans.mk
blob99eefa6d5ea24b2d2f4e5ecf38b07390432a8549
1 package=xtrans
2 $(package)_version=1.3.4
3 $(package)_download_path=http://xorg.freedesktop.org/releases/individual/lib/
4 $(package)_file_name=$(package)-$($(package)_version).tar.bz2
5 $(package)_sha256_hash=054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc33544f583a
6 $(package)_dependencies=
8 define $(package)_set_vars
9 $(package)_config_opts_linux=--with-pic --disable-static
10 endef
12 define $(package)_config_cmds
13 $($(package)_autoconf)
14 endef
16 define $(package)_build_cmds
17 $(MAKE)
18 endef
20 define $(package)_stage_cmds
21 $(MAKE) DESTDIR=$($(package)_staging_dir) install
22 endef