diff options
author | Ross Burton <ross@openedhand.com> | 2007-07-13 11:55:29 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-07-13 11:55:29 +0000 |
commit | ee5a89f6e401b9af183982cf92ae25608dcf41dd (patch) | |
tree | 6ab08909b6a73d924d775fa036c307ba4fa8420c /meta/packages/matchbox-terminal | |
parent | 3207bcad2e829c2f08441a1b6654f42bb4ca6759 (diff) | |
download | poky-ee5a89f6e401b9af183982cf92ae25608dcf41dd.tar.gz |
Add matchbox-terminal
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2186 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-terminal')
-rw-r--r-- | meta/packages/matchbox-terminal/matchbox-terminal_svn.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/matchbox-terminal/matchbox-terminal_svn.bb b/meta/packages/matchbox-terminal/matchbox-terminal_svn.bb new file mode 100644 index 0000000000..a30f872b90 --- /dev/null +++ b/meta/packages/matchbox-terminal/matchbox-terminal_svn.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Matchbox Terminal" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "gtk+ vte" | ||
4 | SECTION = "x11/utils" | ||
5 | PV = "0.0+svn${SRCDATE}" | ||
6 | |||
7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | ||
8 | |||
9 | S = "${WORKDIR}/${PN}" | ||
10 | |||
11 | inherit autotools pkgconfig | ||