gnome-screensaver 2.28.3: fix up configure as well now
[openembedded.git] / recipes / qtnx / qtnx.inc
blobe86b17a15e8aa6d3fd38c862ecc4036d17917577
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;patch=1 \
12            file://id-path.patch;patch=1 \
13            file://scroll.patch;patch=1 \
14            file://keymap.patch;patch=1 \
15            file://dodnx.patch;patch=1 \
16            file://keychooser.patch;patch=1 \
17            file://sessionfiles.patch;patch=1 \
18            file://ssh_dnserror.patch;patch=1 \
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