aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dillo/dillo2_2.1.1.bb
blob: 45eb35b87f77089099fd6be167f295f9e492c3b2 (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
DESCRIPTION = "Lightweight fltk2 browser, with support for SSL, tabs and much more..."
HOMEPAGE = "http://www.dillo.org"
SECTION = "x11/network"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "fltk2 libpng openssl"
RDEPENDS_${PN} = "fltk2-images"
SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.bz2 \
         file://dillo.desktop \
         file://dillo.png"
PR = "r4"

S = "${WORKDIR}/dillo-${PV}/"

inherit autotools pkgconfig

FILES_${PN} += " /usr/lib/dillo/ /usr/bin/dpid /usr/bin/dpidc "
FILES_${PN}-dbg += " ${libdir}/dillo/dpi/*/.debug/"


EXTRA_OECONF = "--enable-ipv6 --enable-ssl"

do_install_append() {
        install -d ${D}${datadir}/applications
        install -d ${D}${datadir}/pixmaps
        install -m 0644 ${WORKDIR}/dillo.desktop ${D}${datadir}/applications/dillo.desktop
        install -m 0644 ${WORKDIR}/dillo.png ${D}${datadir}/pixmaps/dillo.png
}

SRC_URI[md5sum] = "93f674f2a42d90a1cdb88a6972325954"
SRC_URI[sha256sum] = "8eec025872030fc1419fb93ee41dbdf380a6d1f75f4d51aec5eee9a9a4aa4477"