add Added Files:
[hdw-repos/packages.git] / demian / xine / xine
diff --git a/demian/xine/xine b/demian/xine/xine
new file mode 100755 (executable)
index 0000000..fe362fa
--- /dev/null
@@ -0,0 +1,27 @@
+# HDW Linux xine
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] A very used video and audio player for X
+# [V] 0.9.13
+# [S] 3 10
+# [D] xine-lib-0.9.13.tar.gz http://unc.dl.sourceforge.net/sourceforge/xine/
+# [D] xine-ui-0.9.13.tar.gz http://telia.dl.sourceforge.net/sourceforge/xine/
+
+
+custmain()
+{
+    echo "building xine libs"
+    tar -xvzf $hdw_home_dir/download/$dir/$package/xine-lib-0.9.13.tar.gz
+    cd xine-lib-0.9.13 ;
+    ./configure $confopt ; make $make_conf; 
+    make $install_conf install ; cd ..
+
+    echo "building xine ui"
+    tar -xvzf $hdw_home_dir/download/$dir/$package/xine-ui-0.9.13.tar.gz
+    cd xine-ui-0.9.13 ;
+     ./configure $confopt ; make $make_conf;
+     make $install_conf install ;
+
+}
+
+custmain=1