mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 18:52:19 +01:00
16 lines
431 B
Plaintext
16 lines
431 B
Plaintext
# Description: a lean, small and clean implementation of an ATA S.M.A.R.T. reading and parsing library
|
|
# URL: http://0pointer.de/blog/projects/being-smart.html
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
|
|
name=libatasmart
|
|
version=0.19
|
|
release=1
|
|
source=(http://0pointer.de/public/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
rm -r $PKG/usr/share/doc
|
|
} |