opt/flac/Pkgfile
2020-06-21 20:21:42 +10:00

21 lines
373 B
Plaintext

# Description: Free Lossless Audio Codec.
# URL: https://xiph.org/flac/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libogg
name=flac
version=1.3.3
release=1
source=(https://downloads.xiph.org/releases/flac/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}