From 0119771bb03a59f3763f2ca3ca1e22a3ce894bfe Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 10 Oct 2005 10:56:51 +0000 Subject: [PATCH] matchbox-common: Add svn version --- packages/matchbox-common/matchbox-common_svn.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/matchbox-common/matchbox-common_svn.bb diff --git a/packages/matchbox-common/matchbox-common_svn.bb b/packages/matchbox-common/matchbox-common_svn.bb new file mode 100644 index 0000000000..075b12a59b --- /dev/null +++ b/packages/matchbox-common/matchbox-common_svn.bb @@ -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" -- 2.39.5