aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/efl1/esmart_svn.bb
blob: d326370a04aad1187ddee89a49dbc7d765c889ed (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
29
30
DESCRIPTION = "ESmart is a collection of smart Evas objects"
LICENSE = "MIT BSD"
DEPENDS = "evas ecore edje imlib2 libtool"
PV = "0.9.0.050+svnr${SRCPV}"
PR = "r2"
SRCREV = "${EFL_SRCREV_1.0.0}"

inherit efl
SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};proto=http;scmdata=keep"
S = "${WORKDIR}/${SRCNAME}"

EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"

PACKAGES =+ "${PN}-textentry \
             ${PN}-thumb \
             ${PN}-container \
             ${PN}-container-plugins \
             ${PN}-file-dialog \
             ${PN}-draggies \
             ${PN}-trans-x11"

FILES_${PN}-dbg += "${libdir}/.debug/ ${libdir}/esmart/*/.debug/"
FILES_${PN}-textentry = "${libdir}/libesmart_text_entry*.so*"
FILES_${PN}-thumb = "${libdir}/libesmart_thumb*.so*"
FILES_${PN}-container = "${libdir}/libesmart_container*"
DEPENDS_${PN}-container += "${PN}-container-plugins"
FILES_${PN}-container-plugins = "${libdir}/esmart/layout/*.so"
FILES_${PN}-file-dialog = "${libdir}/libesmart_file_dialog*.so*"
FILES_${PN}-draggies = "${libdir}/libesmart_draggies*.so*"
FILES_${PN}-trans-x11 = "${libdir}/libesmart_trans_x11*.so*"