flac-32: 1.3.1 -> 1.3.2

This commit is contained in:
Danny Rawlins 2017-01-02 15:56:57 +11:00
parent b424fa915c
commit 29f474ac53
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
b9922c9a0378c88d3e901b234f852698 flac-1.3.1.tar.xz
7c4f5cc85f953313a9134197b0db14ec flac-1.3.2.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: libogg-32
name=flac-32
version=1.3.1
version=1.3.2
release=1
source=(http://downloads.xiph.org/releases/flac/flac-$version.tar.xz)
@ -14,13 +14,12 @@ build() {
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--mandir=/usr/man \
--host=i686-pc-linux-gnu \
--with-ogg-libraries=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,man,include,share/{doc,aclocal}}
rm -r $PKG/usr/{bin,include,share/{aclocal,doc,man}}
rmdir $PKG/usr/share
}