2023-04-27 23:02:29 +03:00
|
|
|
distributable:
|
|
|
|
url: https://downloads.sourceforge.net/project/smartmontools/smartmontools/{{version.marketing}}/smartmontools-{{version.marketing}}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
|
|
|
url: https://sourceforge.net/projects/smartmontools/files/smartmontools/
|
|
|
|
match: _/projects/smartmontools/files/smartmontools/\d+.\d+/_
|
|
|
|
strip:
|
|
|
|
- _^/projects/smartmontools/files/smartmontools/_
|
|
|
|
- _/$_
|
|
|
|
|
|
|
|
build:
|
|
|
|
script: |
|
|
|
|
./configure $ARGS
|
|
|
|
make --jobs {{ hw.concurrency }} install
|
|
|
|
env:
|
|
|
|
ARGS:
|
|
|
|
- --prefix="{{prefix}}"
|
|
|
|
- --disable-dependency-tracking
|
|
|
|
- --with-savestates
|
|
|
|
- --with-attributelog
|
|
|
|
- --with-nvme-devicescan
|
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/smartctl
|
|
|
|
- bin/smartd
|
|
|
|
|
|
|
|
test:
|
2023-10-02 03:41:57 +03:00
|
|
|
script: smartctl --version | grep {{version.marketing}}
|