summaryrefslogtreecommitdiffstats
path: root/recipes/tinymail/tmut_svn.bb
blob: abe7417898779a0335d855ebce13b9bc8694ea58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"