diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/flac/build | 12 | ||||
-rw-r--r-- | extra/flac/checksums | 1 | ||||
-rw-r--r-- | extra/flac/depends | 2 | ||||
-rw-r--r-- | extra/flac/sources | 1 | ||||
-rw-r--r-- | extra/flac/version | 1 |
5 files changed, 17 insertions, 0 deletions
diff --git a/extra/flac/build b/extra/flac/build new file mode 100755 index 00000000..d0b7d924 --- /dev/null +++ b/extra/flac/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-rpath \ + --disable-doxygen-docs \ + --disable-xmms-plugin \ + --disable-thorough-tests \ + --with-pic + +make +make DESTDIR="$1" install diff --git a/extra/flac/checksums b/extra/flac/checksums new file mode 100644 index 00000000..19f9dab1 --- /dev/null +++ b/extra/flac/checksums @@ -0,0 +1 @@ +213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748 flac-1.3.3.tar.xz diff --git a/extra/flac/depends b/extra/flac/depends new file mode 100644 index 00000000..bb51b882 --- /dev/null +++ b/extra/flac/depends @@ -0,0 +1,2 @@ +libogg +nasm make diff --git a/extra/flac/sources b/extra/flac/sources new file mode 100644 index 00000000..e68c59fc --- /dev/null +++ b/extra/flac/sources @@ -0,0 +1 @@ +http://downloads.xiph.org/releases/flac/flac-1.3.3.tar.xz diff --git a/extra/flac/version b/extra/flac/version new file mode 100644 index 00000000..bdd8f5bd --- /dev/null +++ b/extra/flac/version @@ -0,0 +1 @@ +1.3.3 1 |