libxsettings-client: add 0.17
authorKoen Kooi <koen@openembedded.org>
Thu, 13 Apr 2006 09:31:29 +0000 (09:31 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 13 Apr 2006 09:31:29 +0000 (09:31 +0000)
packages/libxsettings-client/libxsettings-client_0.17.bb [new file with mode: 0644]

diff --git a/packages/libxsettings-client/libxsettings-client_0.17.bb b/packages/libxsettings-client/libxsettings-client_0.17.bb
new file mode 100644 (file)
index 0000000..c424ddd
--- /dev/null
@@ -0,0 +1,22 @@
+SECTION = "gpe/libs"
+LICENSE = "BSD-X"
+PRIORITY = "optional"
+DEPENDS = "libxsettings libx11 libxt"
+# libxt is required to stop configure breaking builds by 
+# including system paths to find it if it isn't present.
+MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
+PR="r0"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit autotools pkgconfig gpe
+
+
+headers = "xsettings-client.h xsettings-common.h"
+do_stage () {
+        oe_libinstall -so libXsettings-client ${STAGING_LIBDIR}
+        mkdir -p ${STAGING_INCDIR}
+        for h in ${headers}; do
+               install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h
+        done
+}
+