# HDW Linux splitvt # # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org # [I] Cool aplication which divides ur screen in two parts, and added some extra utils. # [V] 1.6.5 # [S] 3 7 # [D] splitvt-1.6.5.tar.gz http://www.devolution.com/~slouken/projects/splitvt/ build_main() { ./configure -d ; make ( cd utils ; make getxtitle title treset unman which ) ; make -s install ; grep -v "alias which=\"type -p\"" /etc/profile > profile && \ mv -v profile /etc/profile ; echo done }