help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / shr / elementary-theme-gry_git.bb
blob7f9b3b7954de9e87b2ec53f41a16bdf524c581e3
1 DESCRIPTION = "gry* elementary theme - a fast, shiny elementary theme"
2 SECTION = "e/utils"
3 HOMEPAGE = "http://jmccloud.jm.funpic.de"
4 AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
5 DEPENDS = "edje-native"
6 RRECOMMENDS_${PN} = "e-wm-theme-illume-gry"
7 LICENSE = "unknown"
9 SRCREV = "8ca0e9347a7a7fe10dbd5e7d6a4c8d3d12482035"
10 PV = "0.9+gitr${SRCPV}"
11 PR = "r4"
12 PACKAGE_ARCH = "all"
14 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master \
17 S = "${WORKDIR}/git/elementary/${PN}"
19 do_compile() {
20 ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/. -fd ${S}/. ${S}/gry.edc -o ${S}/gry.edj
23 do_install() {
24 install -d ${D}${datadir}/elementary/themes/
25 install -m 0644 ${S}/gry.edj ${D}${datadir}/elementary/themes/
28 FILES_${PN} = "${datadir}/elementary/themes/"