forked from ports/compat-32
libsndfile-32: initial commit
This commit is contained in:
parent
0731f7a0e7
commit
3e69378481
0
libsndfile-32/.32bit
Normal file
0
libsndfile-32/.32bit
Normal file
8
libsndfile-32/.footprint
Normal file
8
libsndfile-32/.footprint
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib32/
|
||||||
|
-rwxr-xr-x root/root usr/lib32/libsndfile.la
|
||||||
|
lrwxrwxrwx root/root usr/lib32/libsndfile.so -> libsndfile.so.1.0.25
|
||||||
|
lrwxrwxrwx root/root usr/lib32/libsndfile.so.1 -> libsndfile.so.1.0.25
|
||||||
|
-rwxr-xr-x root/root usr/lib32/libsndfile.so.1.0.25
|
||||||
|
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib32/pkgconfig/sndfile.pc
|
1
libsndfile-32/.md5sum
Normal file
1
libsndfile-32/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
e2b7bb637e01022c7d20f95f9c3990a2 libsndfile-1.0.25.tar.gz
|
29
libsndfile-32/Pkgfile
Normal file
29
libsndfile-32/Pkgfile
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Description: Library for manipulating sound files.
|
||||||
|
# URL: http://www.mega-nerd.com/libsndfile
|
||||||
|
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||||
|
# Packager: Jay Dolan, jdolan at jdolan dot dyndns dot org
|
||||||
|
# Depends on: flac-32 alsa-lib-32 libvorbis-32
|
||||||
|
|
||||||
|
name=libsndfile-32
|
||||||
|
version=1.0.25
|
||||||
|
release=1
|
||||||
|
source=(http://www.mega-nerd.com/libsndfile/files/libsndfile-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd libsndfile-$version
|
||||||
|
|
||||||
|
export GETCONF="getconf -v POSIX_V7_ILP32_OFFBIG"
|
||||||
|
export GETCONF_DIR="/usr/lib32/getconf"
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--libdir=/usr/lib32 \
|
||||||
|
--mandir=/usr/man \
|
||||||
|
--disable-static
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
rm -r $PKG/usr/{bin,man,include,share/doc}
|
||||||
|
rmdir $PKG/usr/share
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user