diff options
Diffstat (limited to 'recipes/maemo/sdk-default-theme_0.1-1.bb')
-rw-r--r-- | recipes/maemo/sdk-default-theme_0.1-1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/maemo/sdk-default-theme_0.1-1.bb b/recipes/maemo/sdk-default-theme_0.1-1.bb new file mode 100644 index 0000000000..7e1808da76 --- /dev/null +++ b/recipes/maemo/sdk-default-theme_0.1-1.bb @@ -0,0 +1,19 @@ +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}/ + +} + |