1 # HDW Linux enlightenment
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
7 # [D] enlightenment-0.16.5.tar.gz http://easynews.dl.sourceforge.net/sourceforge/enlightenment/
8 # [D] fnlib-0.5.tar.gz http://easynews.dl.sourceforge.net/sourceforge/enlightenment/
9 # [D] imlib2-1.0.6.tar.gz http://telia.dl.sourceforge.net/sourceforge/enlightenment/
10 # [D] freetype-1.3.1.tar.gz http://unc.dl.sourceforge.net/sourceforge/freetype/
12 # Notes: still testing
17 echo building freetype (older version - for compatibility)
18 tar -xvzf $hdw_home_dir/download/$dir/$package/freetype-1.3.1.tar.gz
20 ./configure $confopt --prefix=/usr; make $make_conf ;
21 make $install_conf install ; cd ..
24 tar -xvzf $hdw_home_dir/download/$dir/$package/fnlib-0.5.tar.gz
26 ./configure $confopt --prefix=/usr; make $make_conf ;
27 make $install_conf install ; cd ..
29 echo "building imlib2 (new enlightenm. sources already bring it)"
30 tar -xvzf $hdw_home_dir/download/$dir/$package/imlib2-1.0.6.tar.gz
32 ./configure $confopt --prefix=/usr; make $make_conf ;
33 make $install_conf install ; cd ..
35 echo "building enlightenment =)"
36 tar -xvzf $hdw_home_dir/download/$dir/$package/enlightenment-0.16.5.tar.gz
37 cd enlightenment-0.16.5 ;
38 ./configure $confopt ; make $make_conf ;
39 make $install_conf install ;
41 echo making some final changes
42 ln -sf $prefix/enlightenment/bin $prefix/enlightenment
43 ln -sf $prefix/enlightenment/enlightenment /usr/