diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-10-10 10:56:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-10 10:56:51 +0000 |
commit | 0119771bb03a59f3763f2ca3ca1e22a3ce894bfe (patch) | |
tree | ee4b214b9c92b61d4be85624605d3f413307a022 /packages/matchbox-common | |
parent | 69ded87c0f898432b8ea0fda7fe0365bcdfee826 (diff) |
matchbox-common: Add svn version
Diffstat (limited to 'packages/matchbox-common')
-rw-r--r-- | packages/matchbox-common/matchbox-common_svn.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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" |