rename packages/ to recipes/ per earlier agreement
[openembedded.git] / recipes / usbview / usbview_1.0.bb
1 # usbview .bb build file
2 # Copyright (C) 2006, Advanced Micro Devices, Inc.  All Rights Reserved
3 # Released under the MIT license (see /COPYING)
4
5 DESCRIPTION="USBView is a GTK program that displays the topography of the \
6         devices that are plugged into the USB bus on a Linux machine."
7 HOMEPAGE="http://www.kroah.com/linux-usb/"
8 LICENSE="GPL"
9
10 SRC_URI="http://www.kroah.com/linux-usb/${PN}-${PV}.tar.gz \
11         file://gtk2.patch;patch=1"
12
13 DEPENDS="gtk+ pango glib-2.0 cairo atk"
14
15 inherit autotools