summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-08-02 15:23:39 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-08-02 15:23:39 +0000
commitaec58ee07ec82bc25841e37fd9a3ef7cd6b7ce6c (patch)
treeeeb8b20895a57f44134a2d2ee24c99a2f70afa0b /packages
parent0f8d2f94ea9b713f9de60f489e463ccdec9f56dd (diff)
parent18bd2cd9fcfbc519d49c02d9980c632c33b44dc0 (diff)
merge of '2c4ce910697bba06555153194e59aa010346bb7c'
and '8b8fb841c5173c325347c89a0c911e34aff7fdd3'
Diffstat (limited to 'packages')
-rw-r--r--packages/gpe-package/gpe-package_0.4.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/gpe-package/gpe-package_0.4.bb b/packages/gpe-package/gpe-package_0.4.bb
new file mode 100644
index 0000000000..65b4ac138b
--- /dev/null
+++ b/packages/gpe-package/gpe-package_0.4.bb
@@ -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}
+}