Files
meta-openembedded/recipes-graphics/font-update-common/font-update-common_0.1.bb
2011-01-07 23:15:03 +01:00

17 lines
508 B
BlitzBasic

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"