]> git.ipfire.org Git - ipfire-3.x.git/blame - libatasmart/libatasmart.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / libatasmart / libatasmart.nm
CommitLineData
91dedbd3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
91dedbd3
MT
4###############################################################################
5
802ea3af 6name = libatasmart
3eb2a3e3 7version = 0.19
802ea3af 8release = 1
91dedbd3 9
802ea3af
MT
10groups = System/Statistics
11url = http://git.0pointer.de/?p=libatasmart.git;a=summary
12license = LGPLv2+
13summary = ATA S.M.A.R.T. Disk Health Monitoring Library.
91dedbd3 14
802ea3af 15description
6b4fc233 16 A scmall and lightweight parser library for ATA S.M.A.R.T. hard disk
91dedbd3 17 health monitoring.
802ea3af
MT
18end
19
726c4340 20source_dl = http://0pointer.de/public/
3eb2a3e3 21sources = %{thisapp}.tar.xz
802ea3af
MT
22
23build
24 requires
25 libudev-devel
802ea3af
MT
26 end
27end
28
29packages
30 package %{name}
1f9bc2f0 31
802ea3af
MT
32 package %{name}-devel
33 template DEVEL
34 end
1f9bc2f0
MT
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
802ea3af 39end