Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / epsilon / epsilon_cvs.oe
1 DESCRIPTION = "Epsilon is a flexable and powerful image thumbnailing library \
2 that is complient with the freedesktop.org Thumbnail Managing Standard. \
3 Unlike Epeg, Epsilon has native support for PNG, and is built upon Imlib2 \
4 making any format supported by Imlib2 such as JPEG, PNG, XCF, TIFF and GIF. \
5 To provide the best possible performance Epsilon can even integrate \
6 with Epeg directly to harness it's speed."
7 SECTION = "e/libs"
8 LICENSE = "GPL"
9 DEPENDS = "epeg libpng imlib2"
10 PV = "${CVSDATE}"
11 PR = "r1"
12
13 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/epsilon"
14 S = "${WORKDIR}/epsilon"
15
16 inherit autotools pkgconfig binconfig
17
18 do_stage () {
19         oe_libinstall -C src/lib libepsilon ${STAGING_LIBDIR}/
20         install -m 0644 ${S}/src/lib/Epsilon.h ${STAGING_INCDIR}/
21 }