Mark gpe-package as broken (will fix soon)
authorChris Lord <chris@openedhand.com>
Sun, 1 Aug 2004 10:04:59 +0000 (10:04 +0000)
committerChris Lord <chris@openedhand.com>
Sun, 1 Aug 2004 10:04:59 +0000 (10:04 +0000)
BKrev: 410cc04b7DJyfsgpvF_IZbWGcr_j1g

gpe-package/gpe-package_0.0.10.oe

index e69de29..991a149 100644 (file)
@@ -0,0 +1,16 @@
+inherit gpe
+
+DESCRIPTION = "A package manager GUI for GPE"
+DEPENDS = "libipkg libgpewidget libdisplaymigration libgpepimc"
+RDEPENDS = "gpe-icons"
+SECTION = "gpe"
+PRIORITY = "optional"
+BROKEN = "1"
+
+SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.gz \
+           file://fix_makefiles.patch;patch=1 \
+          file://fix_interface_c.patch;patch=1"
+
+do_compile() {
+       oe_runmake STAGING_INCDIR="${STAGING_INCDIR}"
+}