summaryrefslogtreecommitdiff
path: root/libsndfile-32/Pkgfile
blob: 43c5875eac5aaae275241ab5064e8fda0b4a4989 (plain)
    1 # Description: Library for manipulating sound files.
    2 # URL: http://www.mega-nerd.com/libsndfile
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: flac-32 alsa-lib-32 libvorbis-32 libsndfile
    5 
    6 name=libsndfile-32
    7 version=1.0.25
    8 release=2
    9 source=(http://www.mega-nerd.com/libsndfile/files/libsndfile-$version.tar.gz)
   10 
   11 build() {
   12 	cd libsndfile-$version
   13 
   14 	export GETCONF="getconf -v POSIX_V7_ILP32_OFFBIG"
   15 	export GETCONF_DIR="/usr/lib32/getconf"
   16 
   17 	./configure \
   18 		--prefix=/usr \
   19 		--libdir=/usr/lib32 \
   20 		--mandir=/usr/man \
   21 		--disable-static
   22 
   23 	make
   24 	make DESTDIR=$PKG install
   25 	
   26 	rm -r $PKG/usr/{bin,man,include,share}
   27 }

Generated by cgit