openipmi: forgot the recipe
authorDirk Opfer <dirk@opfer-online.de>
Fri, 9 May 2008 20:03:19 +0000 (20:03 +0000)
committerDirk Opfer <dirk@opfer-online.de>
Fri, 9 May 2008 20:03:19 +0000 (20:03 +0000)
packages/openipmi/openipmi_2.0.14.bb [new file with mode: 0644]

diff --git a/packages/openipmi/openipmi_2.0.14.bb b/packages/openipmi/openipmi_2.0.14.bb
new file mode 100644 (file)
index 0000000..6909eed
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "OpenIPMI is an effort to create a full-function IPMI system, \
+               to allow full access to all IPMI information on a server \
+               and to abstract it to a level that will make it easy to use"
+HOMEPAGE = "http://openipmi.sourceforge.net"
+SECTION = "console/utils"
+LICENSE = "GPL"
+DEPENDS = "popt"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/openipmi/OpenIPMI-${PV}.tar.gz"
+
+S = "${WORKDIR}/OpenIPMI-${PV}"
+
+inherit autotools