add Added Files:
[hdw-repos/packages.git] / demian / Eterm / Eterm
1 # HDW Linux Eterm
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] A powerful and customizable X terminal with a lot
5 # [I] of special features.
6 # [V] 0.9.2
7 # [S] 4 6
8 # [D] Eterm-0.9.2.tar.gz http://www.eterm.org/download/
9 # [D] Eterm-bg-0.9.2.tar.gz http://www.eterm.org/download/
10 # [D] libast-0.5.tar.gz http://www.eterm.org/download/
11
12
13 # This package should be built after enlightenment
14 # to support the Imlib2 power, or should i build Imlib2
15 # now or before this package ? tell me..
16
17
18 custmain()
19 {
20     echo building libast
21     tar -xvzf $hdw_home_dir/download/$dir/$package/libast-0.5.tar.gz
22     cd libast-0.5 ;
23     ./configure $confopt --prefix=/usr; make $make_conf ; 
24     make $install_conf install ; cd ..
25
26     echo building Eterm
27     tar -xvzf $hdw_home_dir/download/$dir/$package/Eterm-0.9.2.tar.gz
28     cd Eterm-0.9.2 ;
29     tar -xvzf $hdw_home_dir/download/$dir/$package/Eterm-bg-0.9.2.tar.gz
30     ./configure $confopt ; make $make_conf ;
31     make $install_conf install ; cd ..
32                         
33
34 }
35
36 # Notes: if we build enlightenment first, we wont have to
37 # build imlib2 ;-). Still testing :(
38
39 custmain=1