generic-poky/meta/packages/oprofile/oprofileui.inc
Richard Purdie 9d4deb3723 oprofileui: Fix DEPENDS, add RDEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1512 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-16 08:14:45 +00:00

18 lines
531 B
PHP

DESCRIPTION = "User interface for the OProfile tool"
SECTION = "x11"
LICENSE = "GPLv2"
DEPENDS = "glib-2.0 gtk+ libglade gnome-vfs libxml2"
PR = "r2"
inherit autotools pkgconfig
PACKAGES =+ "oprofileui-server oprofileui-viewer"
FILES_oprofileui-viewer = "${bindir}/oparchconv ${bindir}/oprofile-viewer ${datadir}/applications/ ${datadir}/oprofileui/"
RDEPENDS_oprofile-viewer = "oprofile"
FILES_oprofileui-server = "${bindir}/oprofile-server"
RDEPENDS_oprofile-server = "oprofile"
FILES_oprofileui-doc = "/usr/doc/oprofileui"