diff options
Diffstat (limited to 'recipes/shr/shr-theme_git.bb')
-rw-r--r-- | recipes/shr/shr-theme_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/shr/shr-theme_git.bb b/recipes/shr/shr-theme_git.bb new file mode 100644 index 0000000000..54803107a4 --- /dev/null +++ b/recipes/shr/shr-theme_git.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Standard icon theme for the SHR distribution" +HOMEPAGE = "http://shr-project.org/" +LICENSE = "GPL" +SECTION = "x11/data" +PV = "0.0.2+gitr${SRCREV}" +PR = "r2" + +inherit autotools + +SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master" +S = "${WORKDIR}/git/${PN}" + +pkg_postinst_shr-theme () { +} + +PACKAGE_ARCH = "all" + +FILES_${PN} += "${datadir}/icons" |