🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: libatasmart
pkgver: '0.19'
pkgrel: '8'
pkgdesc: 'A disk reporting library. It only supports a subset of the ATA S.M.A.R.T. functionality.'
url: 'https://0pointer.de/blog/projects/being-smart.html'
arch: x86_64
depends: []
makedepends:
- systemd
source:
- 'https://0pointer.de/public/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--sbindir=/usr/bin \
--disable-static
make
make DESTDIR=${PKGDIR} docdir=/usr/share/doc/libatasmart-${pkgver} install
# Obsolet libs
rm -f ${PKGDIR}/usr/lib/libatasmart.la
package: |
true