summaryrefslogtreecommitdiff
path: root/libgpewidget/libgpewidget_0.80.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-23 12:11:09 +0000
committerPhil Blundell <philb@gnu.org>2004-11-23 12:11:09 +0000
commitb023cbca00fc5c9d67c57b8db3b1a7600dbf94a7 (patch)
tree0c8f8ef254b9fb33e1f8ea57d1cb6b2782aa08c5 /libgpewidget/libgpewidget_0.80.oe
parent01971fd1ad9a859373ecbb03f20f990707a65ae8 (diff)
blow away some old versions of libgpewidget
BKrev: 41a328ddCkH4I37nRqv-Lbfm2Eh5Ow
Diffstat (limited to 'libgpewidget/libgpewidget_0.80.oe')
-rw-r--r--libgpewidget/libgpewidget_0.80.oe22
1 files changed, 0 insertions, 22 deletions
diff --git a/libgpewidget/libgpewidget_0.80.oe b/libgpewidget/libgpewidget_0.80.oe
deleted file mode 100644
index ba2ab7da50..0000000000
--- a/libgpewidget/libgpewidget_0.80.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "LGPL"
-PR = "r1"
-DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender"
-
-inherit pkgconfig gpe
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
-
-headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h"
-
-do_stage () {
- oe_libinstall -so libgpewidget ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/gpe
- for h in ${headers}; do
- install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
- done
-}