diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/libogg | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'extra/libogg')
-rwxr-xr-x | extra/libogg/build | 7 | ||||
-rw-r--r-- | extra/libogg/checksums | 1 | ||||
-rw-r--r-- | extra/libogg/sources | 1 | ||||
-rw-r--r-- | extra/libogg/version | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/extra/libogg/build b/extra/libogg/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libogg/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libogg/checksums b/extra/libogg/checksums new file mode 100644 index 00000000..6324e2ef --- /dev/null +++ b/extra/libogg/checksums @@ -0,0 +1 @@ +c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe libogg-1.3.4.tar.xz diff --git a/extra/libogg/sources b/extra/libogg/sources new file mode 100644 index 00000000..6d21083e --- /dev/null +++ b/extra/libogg/sources @@ -0,0 +1 @@ +https://downloads.xiph.org/releases/ogg/libogg-1.3.4.tar.xz diff --git a/extra/libogg/version b/extra/libogg/version new file mode 100644 index 00000000..737bdf49 --- /dev/null +++ b/extra/libogg/version @@ -0,0 +1 @@ +1.3.4 1 |