DESCRIPTION = "Very high-quality data compression program"
SECTION = "console/utils"
-PR = "r1"
+PR = "r2"
LICENSE = "bzip2"
SRC_URI = "http://www.bzip.org/${PV}/bzip2-${PV}.tar.gz \
file://bzip2-1.0.5-autoconfiscated.patch;patch=1"
-inherit autotools_stage pkgconfig
+inherit autotools pkgconfig
do_configure_prepend () {
if test -f LICENSE ; then sh ./autogen.sh ; fi
do_install_append () {
mv ${D}${bindir}/bunzip2 ${D}${bindir}/bunzip2.${PN}
mv ${D}${bindir}/bzcat ${D}${bindir}/bzcat.${PN}
+ ln -sf libbz2.so.1.0.5 ${D}${libdir}/libbz2.so.1.0
}
PACKAGES =+ "libbz2"