* Use variables instead of hard coded directory paths
* Rework DEPENDS and RDEPENDS
inherit gpe pkgconfig
DESCRIPTION = "A package manager GUI for GPE"
-DEPENDS = "ipkg pcre libgpewidget gpe-su"
-RDEPENDS = "gpe-icons"
+DEPENDS = "ipkg pcre libgpewidget"
+RDEPENDS = "gpe-icons gpe-su"
SECTION = "gpe"
PRIORITY = "optional"
LDFLAGS += "-lpcre"
do_install_append() {
- install -d ${D}/usr/bin
- install -m 0755 ${WORKDIR}/gpe-package ${D}/usr/bin
+ install -d ${D}${bindir}
+ install -m 0755 ${WORKDIR}/gpe-package ${D}${bindir}
}