aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/usbview/usbview_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/usbview/usbview_1.0.bb')
-rw-r--r--recipes/usbview/usbview_1.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/usbview/usbview_1.0.bb b/recipes/usbview/usbview_1.0.bb
new file mode 100644
index 0000000000..27d3c713dd
--- /dev/null
+++ b/recipes/usbview/usbview_1.0.bb
@@ -0,0 +1,15 @@
+# usbview .bb build file
+# Copyright (C) 2006, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see /COPYING)
+
+DESCRIPTION="USBView is a GTK program that displays the topography of the \
+ devices that are plugged into the USB bus on a Linux machine."
+HOMEPAGE="http://www.kroah.com/linux-usb/"
+LICENSE="GPL"
+
+SRC_URI="http://www.kroah.com/linux-usb/${PN}-${PV}.tar.gz \
+ file://gtk2.patch;patch=1"
+
+DEPENDS="gtk+ pango glib-2.0 cairo atk"
+
+inherit autotools