blob: f3b62271eb751d59eafe15544600798daa313402 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
inherit autotools gpe pkgconfig
FILE_PR = "r0"
LICENSE = "GPL"
DEPENDS = "libgpewidget gpe-icons gpe-conf"
RRECOMMENDS = "gpe-conf"
SECTION = "gpe"
DESCRIPTION = "GPE network connection checker"
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
FILES_${PN} = " ${bindir} ${datadir}/pixmaps ${datadir}/applications"
FILES_${PN} += " ${datadir}/gpe/pixmaps"
|