diff options
author | Dirk Opfer <dirk@opfer-online.de> | 2008-05-09 20:03:19 +0000 |
---|---|---|
committer | Dirk Opfer <dirk@opfer-online.de> | 2008-05-09 20:03:19 +0000 |
commit | 9424be2d1e8eb88a1feef091f2cd34d6413a6485 (patch) | |
tree | 8486d4a9cd002913bc0b5f973c0f3b952e7b46d9 /packages/openipmi | |
parent | 2502c8cff3b98e311a88d35899592837ec64bf6e (diff) |
openipmi: forgot the recipe
Diffstat (limited to 'packages/openipmi')
-rw-r--r-- | packages/openipmi/openipmi_2.0.14.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/openipmi/openipmi_2.0.14.bb b/packages/openipmi/openipmi_2.0.14.bb new file mode 100644 index 0000000000..6909eede44 --- /dev/null +++ b/packages/openipmi/openipmi_2.0.14.bb @@ -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 |