From: Richard Purdie Date: Mon, 10 Oct 2005 10:56:51 +0000 (+0000) Subject: matchbox-common: Add svn version X-Git-Tag: Release-2010-05/1~9453^2~3293 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0119771bb03a59f3763f2ca3ca1e22a3ce894bfe;p=openembedded.git matchbox-common: Add svn version --- 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"