diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-25 11:56:32 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-25 11:56:32 +0000 |
commit | 941357cbbf47c4d3fc37527537d31d3748d0b159 (patch) | |
tree | 914394d5764639cbd03f993441f6095af69d5ea1 /packages/libgpewidget | |
parent | f8be213f52c9a4e5552a77ad35cd8ebe6af4142e (diff) |
bgpewidget: add 0.113
Diffstat (limited to 'packages/libgpewidget')
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.113.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.113.bb b/packages/libgpewidget/libgpewidget_0.113.bb new file mode 100644 index 0000000000..21ab29bff6 --- /dev/null +++ b/packages/libgpewidget/libgpewidget_0.113.bb @@ -0,0 +1,23 @@ +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" + +LDFLAGS += " -L${STAGING_LIBDIR}" + +do_stage () { + autotools_stage_all +} |