gpe-package: add 0.4
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 2 Aug 2007 14:38:37 +0000 (14:38 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 2 Aug 2007 14:38:37 +0000 (14:38 +0000)
packages/gpe-package/gpe-package_0.4.bb [new file with mode: 0644]

diff --git a/packages/gpe-package/gpe-package_0.4.bb b/packages/gpe-package/gpe-package_0.4.bb
new file mode 100644 (file)
index 0000000..65b4ac1
--- /dev/null
@@ -0,0 +1,22 @@
+LICENSE = "GPL"
+PR = "r0"
+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://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}
+}