X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2FEterm%2FEterm;fp=demian%2FEterm%2FEterm;h=c25f8b3f3dd3056b507ddd5d7caa7804936988e6;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/Eterm/Eterm b/demian/Eterm/Eterm new file mode 100755 index 0000000..c25f8b3 --- /dev/null +++ b/demian/Eterm/Eterm @@ -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