build Ogg Video Tools from upstream source
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 16 Oct 2009 18:19:44 +0000 (20:19 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 16 Oct 2009 18:19:44 +0000 (20:19 +0200)
bin/build-oggvideotools.sh [new file with mode: 0755]

diff --git a/bin/build-oggvideotools.sh b/bin/build-oggvideotools.sh
new file mode 100755 (executable)
index 0000000..0de5a52
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+test -d oggvideotools || svn co https://oggvideotools.svn.sourceforge.net/svnroot/oggvideotools/trunk oggvideotools
+cd oggvideotools
+svn update
+./autogen.sh
+./configure
+make