guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Add libatasmart.


From: ???
Subject: 01/02: gnu: Add libatasmart.
Date: Sun, 26 Jul 2015 03:31:14 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit cfbbff31cce0c95ae10f622959366f57b74d1b00
Author: 宋文武 <address@hidden>
Date:   Sun Jul 26 11:27:39 2015 +0800

    gnu: Add libatasmart.
    
    * gnu/packages/freedesktop.scm (libatasmart): New variable.
---
 gnu/packages/freedesktop.scm |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 580096e..9518ecf 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -295,3 +295,26 @@ applications, X servers (rootless or fullscreen) or other 
display servers.")
     (description "Exempi is an implementation of the Extensible Metadata
 Platform (XMP), which enables embedding metadata in PDF and image formats.")
     (license license:bsd-3)))
+
+(define-public libatasmart
+  (package
+    (name "libatasmart")
+    (version "0.19")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://0pointer.de/public/";
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "138gvgdwk6h4ljrjsr09pxk1nrki4b155hqdzyr8mlk3bwsfmw31"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("udev" ,eudev)))
+    (home-page "http://0pointer.de/blog/projects/being-smart.html";)
+    (synopsis "ATA S.M.A.R.T. reading and parsing library")
+    (description
+     "This library supports a subset of the ATA S.M.A.R.T. (Self-Monitoring,
+Analysis and Reporting Technology) functionality.")
+    (license license:lgpl2.1+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]