aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl/engrave_20050926.bb
blob: 8ee284fb195c08d56745feb5a79375cdc1e7aeda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Engrave is an Edje Editing Library"
LICENSE = "MIT"
# also requires yacc and lex on host
DEPENDS = "virtual/evas virtual/ecore"

inherit efl

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

do_stage_append() {
	for i in src/lib/engrave*.h
	do
		install -m 0644 $i ${STAGING_INCDIR}
	done
}