Merge branch '3.2' into 3.3
This commit is contained in:
commit
788d9a6c4e
@ -1 +1 @@
|
||||
b9922c9a0378c88d3e901b234f852698 flac-1.3.1.tar.xz
|
||||
7c4f5cc85f953313a9134197b0db14ec flac-1.3.2.tar.xz
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user