aboutsummaryrefslogtreecommitdiffstats
path: root/classes/efl_base.bbclass
blob: 386544177934190d2ba46edc34fa54db0795b09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit autotools pkgconfig

SECTION = "e/libs"
HOMEPAGE = "http://www.enlightenment.org"
SRCNAME = "${@bb.data.getVar('PN', d, 1).replace('-native', '')}"
SRC_URI = "http://download.enlightenment.org/snapshots/2007-07-10/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

do_stage() {
	autotools_stage_all
}

PACKAGES = "${PN}-dbg ${PN} ${PN}-themes ${PN}-dev"
FILES_${PN}-dev += "${bindir}/${PN}-config ${libdir}/pkgconfig/* ${libdir}/lib*.?a ${libdir}/lib*.a"