diff options
Diffstat (limited to 'recipes/matchbox-terminal/matchbox-terminal_svn.bb')
-rw-r--r-- | recipes/matchbox-terminal/matchbox-terminal_svn.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/matchbox-terminal/matchbox-terminal_svn.bb b/recipes/matchbox-terminal/matchbox-terminal_svn.bb new file mode 100644 index 0000000000..4d2ddc2eb9 --- /dev/null +++ b/recipes/matchbox-terminal/matchbox-terminal_svn.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Matchbox Terminal" +LICENSE = "GPL" +DEPENDS = "gtk+ vte" +SECTION = "x11/utils" +PV = "0.0+svnr${SRCREV}" + +SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" + +S = "${WORKDIR}/${PN}" + +inherit autotools pkgconfig |