blob: 55c711e8814ee7056d033d8d13eced444919efe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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] = "528f95a23999a248f4425436d67585a7"
SRC_URI[sha256sum] = "0cd7a9229a0c583dc9dc74ef3a2c542ee5f64f8e6c641d50cadc11c664c0c109"
|