summaryrefslogtreecommitdiff
path: root/packages/etox/etox_0.9.0.003.bb
blob: e986212a8de7bd80ac9c7851f72386ec139fdd84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Etox is a type setting and text layout library based on Evas. \
Etox helps you when it comes to displaying, moving, resizing, layering, \
clipping, aligning and coloring fonts in different styles, and more."
SECTION = "e/libs"
DEPENDS = "edb evas ecore"
LICENSE = "MIT"
PR = "r0"

SRC_URI = "http://enlightenment.freedesktop.org/files/etox-${PV}.tar.gz"
S = "${WORKDIR}/etox-${PV}"

inherit autotools pkgconfig binconfig

do_stage () {
	oe_libinstall -C src libetox ${STAGING_LIBDIR}/
	install -m 0644 ${S}/src/Etox.h ${STAGING_INCDIR}/
}

PACKAGES += "etox-examples"

FILES_${PN} = "${libdir}/libetox*.so*"
FILES_${PN}-dev += "${bindir}/etox-config ${libdir}/pkgconfig"
FILES_${PN}-examples = "${bindir}/etox* ${datadir}"