gpe-package: Make minor tweaks associated to familiar 0.8.4 release
authorErik Hovland <erik@hovland.org>
Fri, 1 Sep 2006 17:06:23 +0000 (17:06 +0000)
committerErik Hovland <erik@hovland.org>
Fri, 1 Sep 2006 17:06:23 +0000 (17:06 +0000)
* Use variables instead of hard coded directory paths
* Rework DEPENDS and RDEPENDS

packages/gpe-package/gpe-package_0.3.bb

index a6342f4..4de6e05 100644 (file)
@@ -3,8 +3,8 @@ PR = "r3"
 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"
 
@@ -18,6 +18,6 @@ CFLAGS += "-DENABLE_PCRE"
 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}
 }