X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Fsplitvt%2Fsplitvt;fp=demian%2Fsplitvt%2Fsplitvt;h=d8c4c03408ff0613f524fe335d11c01f0ba4f516;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/splitvt/splitvt b/demian/splitvt/splitvt new file mode 100755 index 0000000..d8c4c03 --- /dev/null +++ b/demian/splitvt/splitvt @@ -0,0 +1,18 @@ +# 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 +}