aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/font-update-common/font-update-common_0.1.bb
blob: 4a4c714ecbd7b83ac000bb449ebd61599c503833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Scripts to be called when fonts are installed or removed \
to make them known to the WM, whether X11 or Opie"
AUTHOR = "Rolf Leggewie <oe-devel@rolf.leggewie.biz"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"

SRC_URI = "file://update-fonts"

do_install() {
        install -d ${D}${bindir}
        install -d ${D}${sysconfdir}/update-fonts-common.d/
        install -m 0755 ${WORKDIR}/update-fonts ${D}${bindir}
}

PACKAGE_ARCH = "all"