[depends] native_ds_store 1.1.2
[bitcoinplatinum.git] / depends / packages / native_ds_store.mk
blob116fa25d38197b8add2c601ab7cd7b91c384f268
1 package=native_ds_store
2 $(package)_version=1.1.2
3 $(package)_download_path=https://github.com/al45tair/ds_store/archive/
4 $(package)_file_name=v$($(package)_version).tar.gz
5 $(package)_sha256_hash=3b3ecb7bf0a5157f5b6010bc3af7c141fb0ad3527084e63336220d22744bc20c
6 $(package)_install_libdir=$(build_prefix)/lib/python/dist-packages
7 $(package)_dependencies=native_biplist
9 define $(package)_build_cmds
10 python setup.py build
11 endef
13 define $(package)_stage_cmds
14 mkdir -p $($(package)_install_libdir) && \
15 python setup.py install --root=$($(package)_staging_dir) --prefix=$(build_prefix) --install-lib=$($(package)_install_libdir)
16 endef