summaryrefslogtreecommitdiff
path: root/recipes/xfce-extras/gigolo_0.3.2.bb
blob: 22f83538eff5f97fdec33e9d48e1a0557aafa71b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs."
DEPENDS = "pkgconfig gtk+"
RDEPENDS = "libxfce4util libxfcegui4"

SECTION = "x11"
LICENSE = "GPL-2"
PR = "r1"

inherit xfce46

XFCE_VERSION = "4.6.1"

SRC_URI = "http://files.uvena.de/${PN}/${PN}-${PV}.tar.bz2"

do_compile() {
   oe_runmake
}