blob: 5e719e8e650523c85e96310c0dd6b4b8aa8efc76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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/"
MAINTAINER = "Raymond Danks <info-linux@geode.amd.com>"
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
|