aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tinymail/tmut_svn.bb
blob: 7f7a61bc3029ae525fb1c0b1c7cd9c7ee4f39e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 libtinymail"
SRCREV = "60"
PV = "0.0.0+svnr${SRCPV}"
PR = "r3"

DEFAULT_PREFERENCE = "-1"


SRC_URI = "svn://svn.tinymail.org/svn/tmut/;module=trunk;proto=http"

inherit pkgconfig autotools
S = "${WORKDIR}/trunk"