summaryrefslogtreecommitdiff
path: root/sbc/Pkgfile
blob: 2dd2d44a20a0b49b863aa6d0c06f384277186297 (plain)
    1 # Description:	Bluetooth low-complexity, subband codec library
    2 # URL:		http://www.bluez.org/
    3 # Maintainer:	Alan Mizrahi, alan at mizrahi dot com dot ve
    4 # Depends on:	libsndfile
    5 
    6 name=sbc
    7 version=1.4
    8 release=1
    9 source=(http://www.kernel.org/pub/linux/bluetooth/sbc-$version.tar.xz)
   10 
   11 build() {
   12         cd $name-$version
   13 
   14         ./configure \
   15 		--prefix=/usr \
   16 		--disable-static \
   17 		--disable-tester \
   18 		--disable-tools
   19         make
   20         make DESTDIR=$PKG install
   21 
   22 }

Generated by cgit