aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-theme_git.bb
blob: 54803107a4cf4fddc5cb0b0358941e071f7a27a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"