Advertisement
Guest User

Untitled

a guest
Oct 14th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. DESCRIPTION = "Citrix Client"
  2. HOMEPAGE = "http://www.citrix.com"
  3. LICENSE = "CLOSED"
  4. #LICENSE = "Citrix License Agreement"
  5. DEPENDS = "session-citrix"
  6. #RDEPENDS = "jpeg xserver-xorg glibc-gconv-unicode glibc-gconv-iso8859-1 glibc-gconv-cp1252 libxaw7 libx11-locale xorg-fonts-75dpi libpcsclite speex"
  7. RDEPENDS_${PN} = "jpeg xserver-xorg glibc-gconv-unicode glibc-gconv-iso8859-1 glibc-gconv-cp1252 libxaw7 libx11-locale libpcsclite speex libidn libpng xerces-c"
  8. PR = "22"
  9. #LIC_FILES_CHKSUM ="file://linuxx86/linuxx86.cor/nls/en.UTF-8/eula.txt;md5=88c7d9408a592fde6c6791cd0c32cbfc"
  10. #LIC_FILES_CHKSUM=""
  11. #PRIVATE_LIBS = "${@base_read_file('${WORKDIR}/${PN}.shlibs')}"
  12. #INSANE_SKIP_${PN} = "installed-vs-shipped"
  13. #INSANE_SKIP_${PN} = "already-stripped"
  14. #INSANE_SKIP_${PN} = "rpaths useless-rpaths dev-so staticdev debug-files perms unsafe-references-in-binaries unsafe-references-in-scripts arch desktop ldflags buildpaths"
  15. SRC_URI = "file://ica_13.1.0.285639.tar"
  16. INSANE_SKIP_${PN}_forcevariable = " ldflags already-stripped"
  17.  
  18.  
  19. SRC_URI[md5sum] = "fe004c2302660211c73688fe1fa966b1"
  20. SRC_URI[sha256sum] = "26596a6e784bd48c740bac3bb795e9ace32108d0d57c59dfff504d645d9c0a22"
  21. #S = "${WORKDIR}/ICAClient"
  22.  
  23. INSTALLDIR = "${D}/usr/lib/ICAClient"
  24.  
  25. #inherit update-rc.d
  26. do_install() {
  27.  
  28.  
  29. mkdir ${D}/usr
  30. mkdir ${D}/usr/lib
  31. cp -Rfv ${WORKDIR}/ICAClient.tar ${D}/${libdir}/
  32. cd ${D}/${libdir}/
  33. tar -xvf ICAClient.tar
  34. rm -rf ICAClient.tar
  35. cd -
  36. mkdir ${D}/home
  37. mkdir ${D}/home/ts
  38. cp -Rfv ${WORKDIR}/.ICAClient.tar ${D}/home/ts/
  39. cd ${D}/home/ts/
  40. tar -xvf .ICAClient.tar
  41. rm -rf .ICAClient.tar
  42. cd -
  43. mkdir ${D}/etc
  44. cp -Rfv ${WORKDIR}/icaclient.tar ${D}/etc/
  45. cp -Rfv ${WORKDIR}/icalicense.tar ${D}/etc/
  46. cd ${D}/etc
  47. tar -xvf icaclient.tar
  48. rm -rf icaclient.tar
  49. tar -xvf icalicense.tar
  50. rm -rf icalicense.tar
  51. cd -
  52. }
  53.  
  54. INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
  55. INHIBIT_PACKAGE_SPLIT = "1"
  56. #FILES_${PN} = "/usr/lib/ICAClient ${bindir}/wfica ${bindir}/wfcmgr ${datadir} ${sysconfdir} ${libdir}/gstreamer-0.10 /home /etc"
  57.  
  58. INITSCRIPT_NAME = "ctxusbd"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement