summaryrefslogtreecommitdiff
path: root/bluez-libs/Pkgfile
blob: 41a29c56d844d31ef43305547da8a1a1447f671e (plain)
    1 # Description:	Official linux bluetooth protocol stack - libraries
    2 # URL:	http://www.bluez.org/
    3 # Maintainer:	Alan Mizrahi, alan at mizrahi dot com dot ve
    4 
    5 name=bluez-libs
    6 version=2.25
    7 release=2
    8 source=(http://bluez.sourceforge.net/download/$name-$version.tar.gz bluez-libs.gcc43.patch)
    9 
   10 build() {
   11 	cd $name-$version
   12 	patch -p1 -i $SRC/bluez-libs.gcc43.patch
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 }

Generated by cgit