4 pkgdesc="HFP for Linux is a Bluetooth Hands-Free Profile server"
5 url="http://nohands.sourceforge.net/"
9 optdepends=('libtool' 'speex' 'libsalsa' 'audiofile' 'dbus' 'qt3')
15 svn co https://nohands.svn.sourceforge.net/svnroot/nohands/trunk
19 sed -i 's/-D_FORTIFY_SOURCE=2 -Wall/-D_FORTIFY_SOURCE=2 -Wall -fpermissive/' libhfp/Makefile
20 sed -i 's/-laudiofile -lspeexdsp/-laudiofile -lspeexdsp -lpthread/' test/Makefile
21 sed -i 's/-laudiofile -lspeexdsp/-laudiofile -lspeexdsp -lpthread/' include/Makefile
22 sed -i 's/-laudiofile -lspeexdsp/-laudiofile -lspeexdsp -lpthread/' qt/Makefile
23 sed -i 's/-Wshadow -fno-exceptions/-Wshadow -fno-exceptions -fpermissive/' hfpd/Makefile
24 sed -i 's/CXXFLAGS = -march=x86-64/CXXFLAGS = -fstrict-aliasing -fpermissive -march=x86-64/' qt/Makefile
29 make DESTDIR="$pkgdir" install || return 1