add Added Files:
[hdw-repos/packages.git] / demian / Eterm / Eterm
diff --git a/demian/Eterm/Eterm b/demian/Eterm/Eterm
new file mode 100755 (executable)
index 0000000..c25f8b3
--- /dev/null
@@ -0,0 +1,39 @@
+# HDW Linux Eterm
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] A powerful and customizable X terminal with a lot
+# [I] of special features.
+# [V] 0.9.2
+# [S] 4 6
+# [D] Eterm-0.9.2.tar.gz http://www.eterm.org/download/
+# [D] Eterm-bg-0.9.2.tar.gz http://www.eterm.org/download/
+# [D] libast-0.5.tar.gz http://www.eterm.org/download/
+
+
+# This package should be built after enlightenment
+# to support the Imlib2 power, or should i build Imlib2
+# now or before this package ? tell me..
+
+
+custmain()
+{
+    echo building libast
+    tar -xvzf $hdw_home_dir/download/$dir/$package/libast-0.5.tar.gz
+    cd libast-0.5 ;
+    ./configure $confopt --prefix=/usr; make $make_conf ; 
+    make $install_conf install ; cd ..
+
+    echo building Eterm
+    tar -xvzf $hdw_home_dir/download/$dir/$package/Eterm-0.9.2.tar.gz
+    cd Eterm-0.9.2 ;
+    tar -xvzf $hdw_home_dir/download/$dir/$package/Eterm-bg-0.9.2.tar.gz
+    ./configure $confopt ; make $make_conf ;
+    make $install_conf install ; cd ..
+                       
+
+}
+
+# Notes: if we build enlightenment first, we wont have to
+# build imlib2 ;-). Still testing :(
+
+custmain=1