blob: ee8321e8a6fd8447d9a2df7f500fe7ede2451ec7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
inherit gpe pkgconfig
PR = "r1"
DESCRIPTION = "GPE wireless LAN communication applet"
DEPENDS = "gtk+ libgpewidget prismstumbler"
RDEPENDS = "prismstumbler"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
SRC_URI += "file://iconlist.patch;patch=1;pnum=0 \
file://fix_makefile.patch;patch=1"
SRC_URI[md5sum] = "dcf115e16bcc393b2b45fe34ef06fdbc"
SRC_URI[sha256sum] = "6280881516f851edb075882d8114bd9bee6906b924a9923645793e937e4d6e68"
|