| SUMMARY = "Lossless data compressor based on the LZMA algorithm" |
| HOMEPAGE = "http://lzip.nongnu.org/lzip.html" |
| SECTION = "console/utils" |
| LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ |
| file://decoder.cc;beginline=3;endline=16;md5=db09fe3f9573f94d0076f7f07959e6e1" |
| SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" |
| SRC_URI[md5sum] = "c0061730d017ea593a09308edc547128" |
| SRC_URI[sha256sum] = "e48b5039d3164d670791f9c5dbaa832bf2df080cb1fbb4f33aa7b3300b670d8b" |
| do_configure[cleandirs] = "${B}" |
| '--exec-prefix=${exec_prefix}' \ |
| '--sysconfdir=${sysconfdir}' \ |
| ${S}/configure ${CONFIGUREOPTS} |
| oe_runmake 'DESTDIR=${D}' install |
| # Info dir listing isn't interesting at this point so remove it if it exists. |
| if [ -e "${D}${infodir}/dir" ]; then |
| BBCLASSEXTEND = "native nativesdk" |