blob: 6b87387f6e4022c0411d7b041205048b7ffe01ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION="a freedesktop.org compliant menu library for Xfce4"
HOMEPAGE="http://www.xfce.org/projects/libraries"
DEPENDS = "gettext pkgconfig libxfce4util intltool"
RDEPENDS = "gtk+ libxfce4util"
LICENSE="LGPL-2 FDL-1.1"
PR = "r1"
inherit xfce46
do_stage() {
autotools_stage_all
}
|