summaryrefslogtreecommitdiff
path: root/etox/etox_cvs.oe
blob: f226bac42f5d2ba5b122b6e5418eaf755361fc5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 = "libs"
DEPENDS = "edb evas ecore"
PV = "${CVSDATE}"
PR = "r1"
LICENSE = "MIT"

SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/etox"
S = "${WORKDIR}/etox"

inherit autotools pkgconfig binconfig

export EDB_CONFIG = "${STAGING_BINDIR}/edb-config"
export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config"
export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config"

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}"