]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libatasmart/libatasmart.nm
dosfstools: Update to 3.0.26.
[people/ms/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 = 1
9
10 groups = System/Statistics
11 url = http://git.0pointer.de/?p=libatasmart.git;a=summary
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 = http://0pointer.de/public/
21 sources = %{thisapp}.tar.xz
22
23 build
24 requires
25 libudev-devel
26 end
27 end
28
29 packages
30 package %{name}
31
32 package %{name}-devel
33 template DEVEL
34 end
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39 end