* 'bzip2' depends on the libbz2 package, so upgrade paths remain intact
DESCRIPTION = "Very high-quality data compression program"
SECTION = "console/utils"
-PR = "r0"
+PR = "r1"
LICENSE = "bzip2"
SRC_URI = "http://www.bzip.org/${PV}/bzip2-${PV}.tar.gz \
mv ${D}${bindir}/bzcat ${D}${bindir}/bzcat.${PN}
}
+PACKAGES =+ "libbz2"
+FILES_libbz2 = "${libdir}/libbz2.so.*"
+
pkg_postinst_${PN} () {
update-alternatives --install ${bindir}/bunzip2 bunzip2 bunzip2.${PN} 100
update-alternatives --install ${bindir}/bzcat bzcat bzcat.${PN} 100