diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-31 01:11:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-05 07:02:20 +0700 |
commit | 169f3d2339bd9dd78e09b660bcd5e727dd98ed5d (patch) | |
tree | 530e6228d31ba41ae5682a1c92a8eb2a9bc7319d /libraries/libgusb/slack-desc | |
parent | 130c794e91681acc6c96b6719e7b2e9c84b3aa47 (diff) | |
download | slackbuilds-169f3d2339bd9dd78e09b660bcd5e727dd98ed5d.tar.gz |
libraries/libgusb: Added (Glib Wrapper).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgusb/slack-desc')
-rw-r--r-- | libraries/libgusb/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libgusb/slack-desc b/libraries/libgusb/slack-desc new file mode 100644 index 0000000000..1d91d3896d --- /dev/null +++ b/libraries/libgusb/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libgusb: libgusb (Glib Wrapper) +libgusb: +libgusb: GUsb is a GObject wrapper for libusb1 that makes it easy to do +libgusb: asynchronous control, bulk and interrupt transfers with proper +libgusb: cancellation and integration into a mainloop. +libgusb: +libgusb: This makes it easy to integrate low level USB transfers with your +libgusb: high-level application or system daemon. +libgusb: +libgusb: Project URL: https://github.com/hughsie/libgusb +libgusb: |