diff options
Diffstat (limited to 'repo/media/flac/flac.xibuild')
-rw-r--r-- | repo/media/flac/flac.xibuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/repo/media/flac/flac.xibuild b/repo/media/flac/flac.xibuild deleted file mode 100644 index b72f3a5..0000000 --- a/repo/media/flac/flac.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make xmlto" -DEPS="libogg nasm" - -DESC="Free Lossless Audio Codec" - -PKG_VER=1.3.3 -SOURCE=https://downloads.xiph.org/releases/flac/flac-$PKG_VER.tar.xz - -build () { - ./configure --prefix=/usr \ - --disable-thorough-tests \ - --docdir=/usr/share/doc/flac-$PKG_VER && - make -} - -package () { - make DESTDIR=$PKG_DEST install -} |