2015-12-17 22:43:56 +01:00
|
|
|
package=native_ds_store
|
2020-11-07 09:58:21 +01:00
|
|
|
$(package)_version=1.3.0
|
2017-10-07 07:54:45 +02:00
|
|
|
$(package)_download_path=https://github.com/al45tair/ds_store/archive/
|
|
|
|
$(package)_file_name=v$($(package)_version).tar.gz
|
2020-11-07 09:58:21 +01:00
|
|
|
$(package)_sha256_hash=76b3280cd4e19e5179defa23fb594a9dd32643b0c80d774bd3108361d94fb46d
|
2019-03-14 20:08:54 +01:00
|
|
|
$(package)_install_libdir=$(build_prefix)/lib/python3/dist-packages
|
2015-12-17 22:43:56 +01:00
|
|
|
|
|
|
|
define $(package)_build_cmds
|
2019-03-14 20:08:54 +01:00
|
|
|
python3 setup.py build
|
2015-12-17 22:43:56 +01:00
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
|
|
|
mkdir -p $($(package)_install_libdir) && \
|
2019-03-14 20:08:54 +01:00
|
|
|
python3 setup.py install --root=$($(package)_staging_dir) --prefix=$(build_prefix) --install-lib=$($(package)_install_libdir)
|
2015-12-17 22:43:56 +01:00
|
|
|
endef
|