diff options
author | Dirk Opfer <dirk@opfer-online.de> | 2008-05-09 20:09:26 +0000 |
---|---|---|
committer | Dirk Opfer <dirk@opfer-online.de> | 2008-05-09 20:09:26 +0000 |
commit | 2998633486bf540857ebcdf0b0271751b0e1da79 (patch) | |
tree | e870ecb8c9b352cf51685daa5d8d33ae62529165 /packages | |
parent | 363dc06e79fd13b277a506967b46a77ffbec8d7d (diff) | |
parent | 9424be2d1e8eb88a1feef091f2cd34d6413a6485 (diff) |
merge of '8816a1930a80e66c19c4754fa2383feb1c08d7bc'
and 'bcb4d050472f6a21040b7de0fc55f120166ad02b'
Diffstat (limited to 'packages')
-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 |