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
27 make DESTDIR="$pkgdir" install || return 1