aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/usbview/usbview_1.0.bb
blob: 27d3c713dd809905138e1b77527ff3819a3f4966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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