u-boot-bug: Drop do_stage (not needed), add package_stagefile_shell to deploy
[openembedded.git] / recipes / libxcomp / libxcomp_3.3.0-3.bb
blobe0d7fa6b43f0de50c8449d9b190ef6d2c69f3dfa
1 DESCRIPTION = "Compression library for x-protocol from nomachine"
2 HOMEPAGE = "http://www.nomachine.com/"
3 SECTION = "libs"
4 LICENSE = "GPL"
5 PR = "r0"
7 DEPENDS = "virtual/libx11 zlib jpeg libpng"
9 SRC_URI = "http://64.34.161.181/download/3.3.0/sources/nxcomp-${PV}.tar.gz \
13 inherit autotools
15 S = "${WORKDIR}/nxcomp"
17 do_install () {
18 oe_libinstall -a -so libXcomp ${D}${libdir}
19 install -d ${D}${includedir}/
20 install -m 0644 NX.h ${D}${includedir}/
24 do_stage () {
25 oe_libinstall -a -so libXcomp ${STAGING_LIBDIR}
26 install -m 0644 NX.h ${STAGING_INCDIR}/
29 SRC_URI[md5sum] = "2327cca8e6116fd6a96345566336d81d"
30 SRC_URI[sha256sum] = "069b3baa000b4a6125b86bddaf67c1b7fcd082eaf14b64113558fc30d6c71dd7"