diff options
Diffstat (limited to 'meta-oe/recipes-support/links/links-x11_2.0+2.1pre30.bb')
-rw-r--r-- | meta-oe/recipes-support/links/links-x11_2.0+2.1pre30.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/links/links-x11_2.0+2.1pre30.bb b/meta-oe/recipes-support/links/links-x11_2.0+2.1pre30.bb new file mode 100644 index 0000000000..b71da9f88e --- /dev/null +++ b/meta-oe/recipes-support/links/links-x11_2.0+2.1pre30.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | require links.inc | ||
2 | |||
3 | DEPENDS += "virtual/libx11" | ||
4 | RCONFLICTS_${PN} = "links" | ||
5 | |||
6 | SRC_URI += " file://links2.desktop \ | ||
7 | http://www.xora.org.uk/oe/links2.png;name=icon" | ||
8 | |||
9 | EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \ | ||
10 | --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ | ||
11 | --without-libtiff --without-svgalib --without-fb \ | ||
12 | --without-directfb --without-pmshell --without-atheos \ | ||
13 | --with-x --without-gpm --without-sdl" | ||
14 | |||
15 | do_install_append() { | ||
16 | install -d ${D}/${datadir}/applications | ||
17 | install -m 0644 ${WORKDIR}/links2.desktop ${D}/${datadir}/applications | ||
18 | install -d ${D}/${datadir}/pixmaps | ||
19 | install -m 0644 ${WORKDIR}/links2.png ${D}/${datadir}/pixmaps | ||
20 | } | ||
21 | |||
22 | |||
23 | SRC_URI[md5sum] = "f0f107cc824b71e43f0c6ab620209daf" | ||
24 | SRC_URI[sha256sum] = "f32314d851e86ec463967ddce78d051e3953b529878cbaeecf882c625ad29c75" | ||
25 | SRC_URI[icon.md5sum] = "477e8787927c634614bac01b44355a33" | ||
26 | SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47" | ||