blob: 35c37e8bcb71db2a28945fa54ca61be8241583ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPL"
FILE_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"
|