Add pbzip2
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 7 Aug 2013 04:13:27 +0000 (00:13 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 7 Aug 2013 17:50:22 +0000 (13:50 -0400)
config/packages-list
stage3/hv-install-1
stage3/packages-update

index 159bccf..49c7a90 100644 (file)
@@ -33,6 +33,7 @@ ARM_BINUTILS=${BINUTILS}
 AVR_BINUTILS=${BINUTILS}
 BRIDGE_UTILS="bridge-utils-1.5"
 BZIP2="bzip2-1.0.6"
+PBZIP2="pbzip2-1.1.6"
 
 CAIRO="cairo-1.12.14"
 CAIROMM="cairomm-1.10.0"
index 94dde39..eb92c2b 100755 (executable)
@@ -76,6 +76,7 @@ ipkg -m noac ${ZIP}
 ipkg -m noac ${UNZIP}
 ipkg -m noac ${UNRAR}
 ipkg -m noac ${P7ZIP}
+ipkg -m noac ${PBZIP2}
 ipkg ${CPIO} "\
     --bindir=/bin \
     --libexecdir=/tmp \
index adabe66..8783456 100755 (executable)
@@ -67,6 +67,7 @@ fpkg -f "unzip$(get_pkg_ver ${UNZIP} | sed 's!\.!!g')" -s "infozip" \
 fpkg -f "unrarsrc-$(get_pkg_ver ${UNRAR})" -e "tar.gz" ${UNRAR} \
     "http://www.rarlab.com/rar"
 fpkg -m sf -s "p7zip" ${P7ZIP}
+fpkg -e "tar.gz" ${PBZIP2} "http://compression.ca/pbzip2"
 fpkg -m gnu ${CPIO}
 fpkg -m gnu ${SCREEN}