summaryrefslogtreecommitdiff
path: root/recipes/shr/shr-launcher_svn.bb
blob: ba3d98effbc76707da0912ebc00f8927c45be77b (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 = "r1"

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