blob: 25129ef87715eb8074d10c07ea8b49de0c73ae7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
inherit gpe pkgconfig
FILE_PR = "r1"
DESCRIPTION = "GPE wireless LAN communication applet"
DEPENDS = "gtk+ libgpewidget prismstumbler"
RDEPENDS = "prismstumbler"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
SRC_URI += "file://fix_makefile.patch;patch=1"
|