aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-launcher_svn.bb
blob: ffd61615860b3d1e5bc9adffe92c0f799b517ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "shr-launcher is a home app/launcher for openmoko phones"
HOMEPAGE = "http://code.google.com/p/shr-launcher/"
AUTHOR = "cchandel"
LICENSE = "GPLv2"
SECTION = "e/apps"
DEPENDS = "elementary eina edbus"

PV = "0.0.1+svnr${SRCPV}"
PR = "r0"

SRC_URI = "svn://shr-launcher.googlecode.com/svn/trunk;module=.;proto=http"

do_configure_prepend() {
  rm -f ${S}/config.log
  rm -f ${S}/config.status
}

S = "${WORKDIR}"

inherit autotools