add Added Files:
[hdw-repos/packages.git] / demian / splitvt / splitvt
diff --git a/demian/splitvt/splitvt b/demian/splitvt/splitvt
new file mode 100755 (executable)
index 0000000..d8c4c03
--- /dev/null
@@ -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
+}