Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DESCRIPTION = "Citrix Client"
- HOMEPAGE = "http://www.citrix.com"
- LICENSE = "CLOSED"
- #LICENSE = "Citrix License Agreement"
- DEPENDS = "session-citrix"
- #RDEPENDS = "jpeg xserver-xorg glibc-gconv-unicode glibc-gconv-iso8859-1 glibc-gconv-cp1252 libxaw7 libx11-locale xorg-fonts-75dpi libpcsclite speex"
- RDEPENDS_${PN} = "jpeg xserver-xorg glibc-gconv-unicode glibc-gconv-iso8859-1 glibc-gconv-cp1252 libxaw7 libx11-locale libpcsclite speex libidn libpng xerces-c"
- PR = "22"
- #LIC_FILES_CHKSUM ="file://linuxx86/linuxx86.cor/nls/en.UTF-8/eula.txt;md5=88c7d9408a592fde6c6791cd0c32cbfc"
- #LIC_FILES_CHKSUM=""
- #PRIVATE_LIBS = "${@base_read_file('${WORKDIR}/${PN}.shlibs')}"
- #INSANE_SKIP_${PN} = "installed-vs-shipped"
- #INSANE_SKIP_${PN} = "already-stripped"
- #INSANE_SKIP_${PN} = "rpaths useless-rpaths dev-so staticdev debug-files perms unsafe-references-in-binaries unsafe-references-in-scripts arch desktop ldflags buildpaths"
- SRC_URI = "file://ica_13.1.0.285639.tar"
- INSANE_SKIP_${PN}_forcevariable = " ldflags already-stripped"
- SRC_URI[md5sum] = "fe004c2302660211c73688fe1fa966b1"
- SRC_URI[sha256sum] = "26596a6e784bd48c740bac3bb795e9ace32108d0d57c59dfff504d645d9c0a22"
- #S = "${WORKDIR}/ICAClient"
- INSTALLDIR = "${D}/usr/lib/ICAClient"
- #inherit update-rc.d
- do_install() {
- mkdir ${D}/usr
- mkdir ${D}/usr/lib
- cp -Rfv ${WORKDIR}/ICAClient.tar ${D}/${libdir}/
- cd ${D}/${libdir}/
- tar -xvf ICAClient.tar
- rm -rf ICAClient.tar
- cd -
- mkdir ${D}/home
- mkdir ${D}/home/ts
- cp -Rfv ${WORKDIR}/.ICAClient.tar ${D}/home/ts/
- cd ${D}/home/ts/
- tar -xvf .ICAClient.tar
- rm -rf .ICAClient.tar
- cd -
- mkdir ${D}/etc
- cp -Rfv ${WORKDIR}/icaclient.tar ${D}/etc/
- cp -Rfv ${WORKDIR}/icalicense.tar ${D}/etc/
- cd ${D}/etc
- tar -xvf icaclient.tar
- rm -rf icaclient.tar
- tar -xvf icalicense.tar
- rm -rf icalicense.tar
- cd -
- }
- INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
- INHIBIT_PACKAGE_SPLIT = "1"
- #FILES_${PN} = "/usr/lib/ICAClient ${bindir}/wfica ${bindir}/wfcmgr ${datadir} ${sysconfdir} ${libdir}/gstreamer-0.10 /home /etc"
- INITSCRIPT_NAME = "ctxusbd"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement