summaryrefslogtreecommitdiffstats
path: root/recipes/tinymail/tmut_svn.bb
blob: 11fcb0a1f0f3c754da882cbce9b0b357bdcdae83 (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 libtinymail"
PV = "0.0.0+svnr${SRCREV}"
PR = "r3"

DEFAULT_PREFERENCE = "-1"


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

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