aurora-fb-image: add initial recipe for aurora based image suitable for the framebuffer
[openembedded.git] / recipes / qtnx / qtnx.inc
blob7d5189e955779de8f3a6faa400f011bf65d317ee
1 DESCRIPTION = "This a the freesource nx client, build with qt"
2 HOMEPAGE = "http://freenx.berlios.de/"
3 SECTION = "libs"
4 LICENSE = "GPL"
5 PR = "r4"
7 DEPENDS = "libnxcl"
9 SRC_URI = "http://download.berlios.de/freenx/freenx-client-${PV}.tar.bz2 \
10            file://qtnx.desktop \
11            file://pro.patch \
12            file://id-path.patch \
13            file://scroll.patch \
14            file://keymap.patch \
15            file://dodnx.patch \
16            file://keychooser.patch \
17            file://sessionfiles.patch \
18            file://ssh_dnserror.patch \
19           "
21 S = "${WORKDIR}/freenx-client-${PV}/qtnx"
23 FILES_${PN} += ${datadir}/id.key
25 do_configure_prepend () {
27         rm ${S}/qtnxwin32.pro
31 do_install () {
32        install -d ${D}${bindir}/
33        install -m 0755 qtnx ${D}${bindir}/
34        install -d ${D}${datadir}/qtnx
35        install -m 0644 id.key ${D}${datadir}/qtnx
36        install -d ${D}${datadir}/applications
37        install -m 0644 ${WORKDIR}/qtnx.desktop ${D}${datadir}/applications