aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/omnewrotate/omnewrotate_svn.bb
blob: b7ad1bf653ac6a59663b71e445c03c0e3ca446fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "OpenMoko New Rotate is a screen rotation program"
HOMEPAGE = "http://code.google.com/p/omnewrotate/"
AUTHOR = "Rui Seabra"
LICENSE = "GPLv3"
SECTION = "console/network"
DEPENDS = "libframeworkd-glib xrandr"

SRCREV = "69"

PV = "0.5.9+svnr${SRCPV}"

SRC_URI = "svn://omnewrotate.googlecode.com/svn;module=trunk;proto=http"

S = "${WORKDIR}/trunk"

CONFFILES_${PN} = "${sysconfdir}/default/omnewrotate.conf"

inherit autotools