matchbox-common: Add svn version
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 10 Oct 2005 10:56:51 +0000 (10:56 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 10 Oct 2005 10:56:51 +0000 (10:56 +0000)
packages/matchbox-common/matchbox-common_svn.bb [new file with mode: 0644]

diff --git a/packages/matchbox-common/matchbox-common_svn.bb b/packages/matchbox-common/matchbox-common_svn.bb
new file mode 100644 (file)
index 0000000..075b12a
--- /dev/null
@@ -0,0 +1,17 @@
+SECTION = "x11/wm"
+DESCRIPTION = "Matchbox window manager common files"
+LICENSE = "GPL"
+DEPENDS = "libmatchbox"
+PV = "0.9.1+cvs${CVSDATE}"
+S = "${WORKDIR}/matchbox-common"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-common;proto=http"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = " --enable-pda-folders "
+
+FILES_${PN} = "${bindir} \
+              ${datadir}/matchbox/vfolders \
+              ${datadir}/pixmaps"