blob: da95c973432a2e2594419937df6dd562f9c17f9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
inherit autotools gpe pkgconfig
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"
|