]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - libatasmart/libatasmart.nm
1198d3df2e83547dec48d290e9efef3a30bf77c6
[people/pmueller/ipfire-3.x.git] / libatasmart / libatasmart.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libatasmart
7 version = 0.19
8 release = 2.1
9
10 groups = System/Statistics
11 url = http://git.0pointer.net/libatasmart.git/
12 license = LGPLv2+
13 summary = ATA S.M.A.R.T. Disk Health Monitoring Library
14
15 description
16 A scmall and lightweight parser library for ATA S.M.A.R.T. hard disk
17 health monitoring.
18 end
19
20 source_dl = https://0pointer.de/public/
21 sources = %{thisapp}.tar.xz
22
23 build
24 requires
25 libudev-devel
26 libtool
27 end
28
29 prepare_cmds
30 %{MACRO_FIX_AUTOTOOLS}
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end