1 DESCRIPTION = "This a the freesource nx client, build with qt"
2 HOMEPAGE = "http://freenx.berlios.de/"
9 SRC_URI = "http://download.berlios.de/freenx/freenx-client-${PV}.tar.bz2 \
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 \
21 S = "${WORKDIR}/freenx-client-${PV}/qtnx"
23 FILES_${PN} += ${datadir}/id.key
25 do_configure_prepend () {
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