summaryrefslogtreecommitdiff
path: root/packages/libgpewidget/libgpewidget_0.111.bb
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-05-13 14:00:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-13 14:00:14 +0000
commit69bdd1a150ad4017fa2518df05cff17be98e9cb5 (patch)
treed0c1412bc7bf26a31fd00b8e953c5843773c5c9c /packages/libgpewidget/libgpewidget_0.111.bb
parent4e6cf107a375dd8100293ff4de8c8e23be55a2ea (diff)
parent13e983ea44cd0b8e1b7fc7ff6fdb892658db80ad (diff)
merge of 008eb71d2c280e1f5c511b697e1376dda71d5eef
and 61329a2030536aebd4f09b262832d612b83a3f03
Diffstat (limited to 'packages/libgpewidget/libgpewidget_0.111.bb')
-rw-r--r--packages/libgpewidget/libgpewidget_0.111.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.111.bb b/packages/libgpewidget/libgpewidget_0.111.bb
new file mode 100644
index 0000000000..780d1e920b
--- /dev/null
+++ b/packages/libgpewidget/libgpewidget_0.111.bb
@@ -0,0 +1,26 @@
+LICENSE = "LGPL"
+DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "gtk+ cairo libxrender gtk-doc"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+PR = "r0"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpe pkgconfig autotools
+
+SRC_URI += "file://pkgconfig.patch;patch=1;pnum=0"
+
+PACKAGES =+ "libgpewidget-bin"
+FILES_libgpewidget-bin = "${bindir}"
+
+EXTRA_OECONF = "--enable-cairo"
+
+PARALLEL_MAKE = ""
+
+LDFLAGS += " -L${STAGING_LIBDIR}"
+
+do_stage () {
+ autotools_stage_all
+}
+