Add htop
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 7 Aug 2013 04:13:51 +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 49c7a90..07f2e7c 100644 (file)
@@ -164,6 +164,7 @@ GZIP="gzip-1.5"
 
 HELP2MAN="help2man-1.37.1"
 HICOLOR_ICON_THEME="hicolor-icon-theme-0.12"
+HTOP="htop-1.0.2"
 HTTPD="httpd-2.4.3"
 HVCLOCK="hvclock-1.0.2"
 HV_UTILITIES="hv-utilities-0.1.0"
index eb92c2b..2130bd4 100755 (executable)
@@ -42,6 +42,7 @@ ipkg ${PCRE} "--docdir=/usr/share/doc/pcre \
     --enable-unicode-properties \
     --enable-pcregrep-libz \
     --enable-pcregrep-libbz2"
+ipkg -m acnb ${HTOP}
 
 # Networking
 ipkg -m noac -s tcp_wrappers ${TCPWRAPPERS}
index 8783456..0f98b91 100755 (executable)
@@ -38,6 +38,7 @@ fpkg ${SUBVERSION} "http://mirror.csclub.uwaterloo.ca/apache/subversion"
 fpkg -e "tar.gz" ${SUDO} "http://www.sudo.ws/sudo/dist"
 fpkg -m sf -e "tar.xz" ${STRACE}
 fpkg -m sf ${PCRE}
+fpkg -m sf ${HTOP}
 
 fpkg -m gnu ${WGET}
 fpkg -e "tar.gz" ${TCPWRAPPERS} "ftp://ftp.porcupine.org/pub/security"