diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-09 02:38:55 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-09 02:38:55 +0000 |
commit | 1b196629a83ad5c24317b940a30df34cc5f7b4b4 (patch) | |
tree | f3760800659353c049f575311e96f8bc40b2ef4a /packages/nut/nut_2.2.1.bb | |
parent | 67067c8bb631cd7221de861626105356ae8b6471 (diff) |
nut: Add new package, Network UPS tools.
* Usersapce drivers to talk to various UPSes (including USB) as well as
control daemons and utils.
* Needs finegrained packaging to be useful for small router install.
Diffstat (limited to 'packages/nut/nut_2.2.1.bb')
-rw-r--r-- | packages/nut/nut_2.2.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/nut/nut_2.2.1.bb b/packages/nut/nut_2.2.1.bb new file mode 100644 index 0000000000..db3367435d --- /dev/null +++ b/packages/nut/nut_2.2.1.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Network UPS Tools" +LICENSE = "GPL" +DEPENDS = "libusb" +PR = "r1" + +inherit autotools + +EXTRA_OECONF = "--with-usb" + +SRC_URI = "http://www.networkupstools.org/source/2.2/nut-${PV}.tar.gz \ + file://libm.patch;patch=1 \ + " + +FILES_${PN} += "${datadir}/" |