blob: 1acca052fd00cda01897f0868bbb6909df56b090 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "GPE network connection checker"
SECTION = "gpe"
LICENSE = "GPL"
DEPENDS = "libgpewidget gpe-icons gpe-conf"
RRECOMMENDS = "gpe-conf"
PR = "r0"
PV = "0.7+svn-${SRCDATE}"
inherit autotools pkgconfig
SRC_URI = "${GPE_EXTRA_SVN}"
S = "${WORKDIR}/${PN}"
FILES_${PN} = " ${bindir} ${datadir}/pixmaps ${datadir}/applications"
FILES_${PN} += " ${datadir}/gpe/pixmaps"
DEFAULT_PREFERENCE = "-1"
|