]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - sysfsutils/sysfsutils.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / sysfsutils / sysfsutils.nm
diff --git a/sysfsutils/sysfsutils.nm b/sysfsutils/sysfsutils.nm
new file mode 100644 (file)
index 0000000..909e005
--- /dev/null
@@ -0,0 +1,34 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = sysfsutils
+version    = 2.1.0
+release    = 1
+
+groups     = System/Libraries
+url        = http://sourceforge.net/projects/linux-diag/
+license    = GPLv2
+summary    = Utilities for interfacing with sysfs.
+
+description
+       This package's purpose is to provide a set of utilities for interfacing
+       with sysfs.
+end
+
+source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
+
+build
+       configure_options += \
+               --mandir=/usr/share/man
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end