add Added Files:
[hdw-repos/packages.git] / demian / xine / xine
1 # HDW Linux xine
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] A very used video and audio player for X
5 # [V] 0.9.13
6 # [S] 3 10
7 # [D] xine-lib-0.9.13.tar.gz http://unc.dl.sourceforge.net/sourceforge/xine/
8 # [D] xine-ui-0.9.13.tar.gz http://telia.dl.sourceforge.net/sourceforge/xine/
9
10
11 custmain()
12 {
13     echo "building xine libs"
14     tar -xvzf $hdw_home_dir/download/$dir/$package/xine-lib-0.9.13.tar.gz
15     cd xine-lib-0.9.13 ;
16     ./configure $confopt ; make $make_conf; 
17     make $install_conf install ; cd ..
18
19     echo "building xine ui"
20     tar -xvzf $hdw_home_dir/download/$dir/$package/xine-ui-0.9.13.tar.gz
21     cd xine-ui-0.9.13 ;
22      ./configure $confopt ; make $make_conf;
23      make $install_conf install ;
24
25 }
26
27 custmain=1