diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-09-18 13:29:22 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-09-18 13:29:22 +0000 |
commit | a95a1a71505d130c07b9d6e5a582dfea0e47370b (patch) | |
tree | b1b8230ede1b7c68bb2c2c96875cb78b2ea57e9d /packages/links/links-x11_2.0+2.1pre30.bb | |
parent | 88a6a87e8faf60d68a8e7a60a7fdb75c9140b887 (diff) |
links/links*_2.0+2.1pre30.bb : new version
Diffstat (limited to 'packages/links/links-x11_2.0+2.1pre30.bb')
-rw-r--r-- | packages/links/links-x11_2.0+2.1pre30.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/links/links-x11_2.0+2.1pre30.bb b/packages/links/links-x11_2.0+2.1pre30.bb new file mode 100644 index 0000000000..9ee70d9ad4 --- /dev/null +++ b/packages/links/links-x11_2.0+2.1pre30.bb @@ -0,0 +1,22 @@ +require links.inc + +DEPENDS += "virtual/libx11" +RCONFLICTS = "links" +PR = "r1" + +SRC_URI += " file://links2.desktop \ + http://www.xora.org.uk/oe/links2.png" + +EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \ + --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ + --without-libtiff --without-svgalib --without-fb \ + --without-directfb --without-pmshell --without-atheos \ + --with-x --without-gpm --without-sdl" + +do_install_append() { + install -d ${D}/${datadir}/applications + install -m 0644 ${WORKDIR}/links2.desktop ${D}/${datadir}/applications + install -d ${D}/${datadir}/pixmaps + install -m 0644 ${WORKDIR}/links2.png ${D}/${datadir}/pixmaps +} + |