blob: 77b2122449750dde0ce57790270ef45ae5f39638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
LICENSE = "LiPS"
DESCRIPTION = "Cellphone firewall tool"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r0"
PV = "0.0+svnr-${SRCREV}"
SRCREV_pn-${PN} ?= "1400"
DEFAULT_PREFERENCE = "-1"
DEPENDS = "gtk+ libmsgenabler libabenabler libiac libgpewidget libgpephone gconf-dbus"
inherit gpephone autotools pkgconfig
SRC_URI = "${GPEPHONE_SVN}"
S = "${WORKDIR}/${PN}"
|