libatasmart: initial commit, version 0.19
This commit is contained in:
parent
3f88479dd1
commit
26f0c99655
17
libatasmart/.footprint
Normal file
17
libatasmart/.footprint
Normal file
@ -0,0 +1,17 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/atasmart.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/libatasmart.la
|
||||
lrwxrwxrwx root/root usr/lib/libatasmart.so -> libatasmart.so.4.0.5
|
||||
lrwxrwxrwx root/root usr/lib/libatasmart.so.4 -> libatasmart.so.4.0.5
|
||||
-rwxr-xr-x root/root usr/lib/libatasmart.so.4.0.5
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libatasmart.pc
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/skdump
|
||||
-rwxr-xr-x root/root usr/sbin/sktest
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/vala/
|
||||
drwxr-xr-x root/root usr/share/vala/vapi/
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/atasmart.vapi
|
5
libatasmart/.signature
Normal file
5
libatasmart/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF367tZUq4O7udJlwf1kNt1HvhdHcTMbiPgBClpEHcveRhqyIGbq0tFnxLQVJfmojODFYDr9PB5mHIgty5Xn/rcQ8=
|
||||
SHA256 (Pkgfile) = 02ee6e159e708090ebc6a77d8f31a487495d9e96885c47fd09f197c83840a23a
|
||||
SHA256 (.footprint) = ba7a47c097590b2255e9e72cef422c4e5a4180e34eb0b99f6f8323de4a949502
|
||||
SHA256 (libatasmart-0.19.tar.xz) = 61f0ea345f63d28ab2ff0dc352c22271661b66bf09642db3a4049ac9dbdb0f8d
|
20
libatasmart/Pkgfile
Normal file
20
libatasmart/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: ATA S.M.A.R.T. reading and parsing library
|
||||
# URL: https://0pointer.de/blog/projects/being-smart.html
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: eudev
|
||||
|
||||
name=libatasmart
|
||||
version=0.19
|
||||
release=1
|
||||
source=(https://0pointer.de/public/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share/doc
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user