: Added Files:
[hdw-repos/packages.git] / demian / splitvt / splitvt
1 # HDW Linux splitvt
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] Cool aplication which divides ur screen in two parts, and added some extra utils.
5 # [V] 1.6.5
6 # [S] 3 7
7 # [D] splitvt-1.6.5.tar.gz http://www.devolution.com/~slouken/projects/splitvt/
8
9 build_main()
10 {
11     ./configure -d ;
12     make
13     ( cd utils ; make getxtitle title treset unman which ) ;
14     make -s install ;
15     grep -v "alias which=\"type -p\"" /etc/profile > profile && \
16     mv -v profile /etc/profile ;
17     echo done
18 }