libfakekey_svn.bb:
authorKoen Kooi <koen@openembedded.org>
Thu, 21 Apr 2005 21:53:26 +0000 (21:53 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 21 Apr 2005 21:53:26 +0000 (21:53 +0000)
   use oe_libinstall
  stage the libs
  stage header correctly
  stage a header

BKrev: 426820d6mPh1CFF918oXuzxhWfe-CQ

packages/libfakekey/libfakekey_svn.bb

index e69de29..3e8db0e 100644 (file)
@@ -0,0 +1,22 @@
+DESCRIPTION = "Matchbox keyboard"
+LICENSE = "GPL"
+DEPENDS = "xtst"
+SECTION = "x11/wm"
+PR="r1"
+
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
+
+S = ${WORKDIR}/${PN}
+
+inherit autotools pkgconfig gettext
+
+FILES_${PN} = "${libdir} \
+              ${datadir}/applications \
+              ${datadir}/pixmaps"
+
+do_stage () {
+          install -d ${STAGING_INCDIR}/fakekey 
+           install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
+           oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}               
+}
+