2013-08-10 21:16:14 +10:00
|
|
|
# Description: Library for manipulating sound files.
|
|
|
|
# URL: http://www.mega-nerd.com/libsndfile
|
2014-05-03 21:37:36 +10:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
|
|
|
# Depends on: flac-32 alsa-lib-32 libvorbis-32 libsndfile
|
2013-08-10 21:16:14 +10:00
|
|
|
|
|
|
|
name=libsndfile-32
|
2016-06-28 10:28:21 +10:00
|
|
|
version=1.0.27
|
|
|
|
release=1
|
2013-08-10 21:16:14 +10:00
|
|
|
source=(http://www.mega-nerd.com/libsndfile/files/libsndfile-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libsndfile-$version
|
|
|
|
|
2016-06-28 10:28:21 +10:00
|
|
|
#export GETCONF="getconf -v POSIX_V7_ILP32_OFFBIG"
|
|
|
|
#export GETCONF_DIR="/usr/lib32/getconf"
|
2013-08-10 21:16:14 +10:00
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
2016-06-28 10:28:21 +10:00
|
|
|
--libdir=/usr/lib32
|
2013-08-10 21:16:14 +10:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2016-06-28 10:28:21 +10:00
|
|
|
rm -r $PKG/usr/{bin,include,share/man,share}
|
2013-08-10 21:16:14 +10:00
|
|
|
}
|