blob: ff85a33ec070a2c0d0a411bfe9a004a01b36e30a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPL"
PR = "r2"
inherit gpe pkgconfig
DESCRIPTION = "A package manager GUI for GPE"
DEPENDS = "ipkg libgpewidget"
RDEPENDS = "gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
SRC_URI += "file://use-filesel.patch;patch=1 \
file://nostropts.patch;patch=1"
|