]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame_incremental - sysfsutils/sysfsutils.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/amarx/ipfire-3.x.git] / sysfsutils / sysfsutils.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = sysfsutils
7version = 2.1.0
8release = 1
9
10groups = System/Libraries
11url = http://sourceforge.net/projects/linux-diag/
12license = GPLv2
13summary = Utilities for interfacing with sysfs.
14
15description
16 This package's purpose is to provide a set of utilities for interfacing
17 with sysfs.
18end
19
20source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
21
22build
23 configure_options += \
24 --mandir=/usr/share/man
25end
26
27packages
28 package %{name}
29 end
30
31 package %{name}-devel
32 template DEVEL
33 end
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38end