diff --git a/testing/libogg/build b/testing/libogg/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/testing/libogg/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/testing/libogg/checksums b/testing/libogg/checksums new file mode 100644 index 00000000..1bab82b5 --- /dev/null +++ b/testing/libogg/checksums @@ -0,0 +1 @@ +4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08 libogg-1.3.3.tar.xz diff --git a/testing/libogg/sources b/testing/libogg/sources new file mode 100644 index 00000000..5d9fbec8 --- /dev/null +++ b/testing/libogg/sources @@ -0,0 +1 @@ +https://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.xz diff --git a/testing/libogg/version b/testing/libogg/version new file mode 100644 index 00000000..bdd8f5bd --- /dev/null +++ b/testing/libogg/version @@ -0,0 +1 @@ +1.3.3 1