aboutsummaryrefslogtreecommitdiffstats
path: root/packages/imlib2/imlib2_1.2.0.bb
blob: e4b82ba619c9e86086cb0ac3672fff2da9ec0719 (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
31
32
33
34
DESCRIPTION = "A graphic library for file loading, saving, rendering, and \
manipulation."
HOMEPAGE = "http://www.enlightenment.org"
MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>"
LICENSE = BSD
SECTION = "e/libs"
PRIORITY = "optional"
DEPENDS = "freetype libpng jpeg"
PR = "2"

do_prepsources () {
  make clean distclean || true
}
addtask prepsources after do_fetch before do_unpack

SRC_URI = "${SOURCEFORGE_MIRROR}/enlightenment/imlib2-1.2.0.tar.gz"

inherit autotools pkgconfig binconfig

export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config"
export EET_CONFIG = "${STAGING_BINDIR}/eet-config"

EXTRA_OECONF = "--disable-mmx \
                --disable-x11"

do_stage () {
  oe_libinstall -C src/lib libImlib2 ${STAGING_LIBDIR}/
  install -m 0644 ${S}/src/lib/Imlib2.h ${STAGING_INCDIR}/
}

FILES_${PN} = "${libdir}/libImlib2*.so*"
FILES_${PN} = "${libdir}/imlib2"
FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig"