aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tinymail/tmut_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tinymail/tmut_svn.bb')
-rw-r--r--recipes/tinymail/tmut_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/tinymail/tmut_svn.bb b/recipes/tinymail/tmut_svn.bb
new file mode 100644
index 0000000000..abe7417898
--- /dev/null
+++ b/recipes/tinymail/tmut_svn.bb
@@ -0,0 +1,14 @@
+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 = "r2"
+
+DEFAULT_PREFERENCE = "-1"
+
+
+SRC_URI = "svn://svn.tinymail.org/svn/tmut/;module=trunk;proto=http"
+
+inherit pkgconfig autotools
+S = "${WORKDIR}/trunk"