diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-30 14:27:16 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-30 14:27:16 +0000 |
commit | 1d9f790dd035d85896b906fb1f49e2e0bb381ea1 (patch) | |
tree | 4a17a1159a252f1a5748a5b5ac94782709b9653a /packages/tinymail/tmut_svn.bb | |
parent | 2b569b99fc21e588b45cbc9f4e5100dba2d0ee03 (diff) |
tmut: Add tmut - a really small email client based on tinymail.
Diffstat (limited to 'packages/tinymail/tmut_svn.bb')
-rw-r--r-- | packages/tinymail/tmut_svn.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/tinymail/tmut_svn.bb b/packages/tinymail/tmut_svn.bb new file mode 100644 index 0000000000..888a9c144b --- /dev/null +++ b/packages/tinymail/tmut_svn.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Tmut is a really small E-Mail client based on Tinymail" +SECTION = "x11/utils" +LICENSE = "LGPL" +DEPENDS = "gtk+ glib-2.0 gnome-vfs gconf-dbus libtinymail" +PV = "0.0.0+svnr${SRCREV}" +PR = "r0" + +SRCREV = "15" + +DEFAULT_PREFERENCE = "-1" + + +SRC_URI = "svn://svn.tinymail.org/svn/tmut/;module=trunk;proto=http \ + file://tmut-build-oe.patch;patch=1;pnum=0" + +inherit pkgconfig autotools +S = "${WORKDIR}/trunk" |