aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/sdk-default-theme_0.1-1.bb
blob: 30396526d2c5c5e1c2e30f14ca4e6af4e947c67d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PR         = "r0"
LICENSE    = "GPL"

DEPENDS = ""

SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/s/${PN}/${PN}_${PV}.tar.gz"

S = "${WORKDIR}/${PN}-0.1"

FILES_${PN} = "${datadir}"


do_install() {

  install -d ${D}/${datadir}
  cp -pPR ${S}/themes/  ${D}/${datadir}/

}


SRC_URI[md5sum] = "39df0bf8ad0a7370a63c283bdcf67219"
SRC_URI[sha256sum] = "114f8be9b73d75811cac866650a64cdbc88348353d281dda3b6aff4c1e109337"