aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/teleport/teleport_0.33.bb
blob: 918902ea0afdb120e5b11b1ca775841355c14926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit gpe
LICENSE = "GPL"

DESCRIPTION = "Teleport app"
DEPENDS = "gtk+ libgpewidget libdisplaymigration libgcrypt sqlite"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r2"

SRC_URI =+ "file://crypt.c \
		file://fix-desktop.patch;patch=1 \
		file://remove-tododb.patch;pnum=1;patch=1"

SRC_URI += "file://makefile-fix.patch;patch=1"