aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-package/gpe-package_0.3.bb
blob: 14b9fc5ced26e5fd23732808129333e7eefbc6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LICENSE = "GPL"
FILE_PR = "r3"
inherit gpe pkgconfig

DESCRIPTION = "A package manager GUI for GPE"
DEPENDS = "ipkg libpcre libgpewidget"
RDEPENDS = "gpe-icons gpe-su"
SECTION = "gpe"
PRIORITY = "optional"

SRC_URI += " file://sbin-and-no-suid-install.patch;patch=1 \
		file://search.patch;patch=1 \
		file://gpe-package"

FILES_${PN} += " /usr/bin/gpe-package"

CFLAGS += "-DENABLE_PCRE"
LDFLAGS += "-lpcre"

do_install_append() {
	install -d ${D}${bindir}
	install -m 0755 ${WORKDIR}/gpe-package ${D}${bindir}
}