summaryrefslogtreecommitdiff
path: root/bluez-libs/Pkgfile
blob: b7220e781be56d6a3d0af6e1a44e3fe5e387343a (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=1
    8 source=(http://bluez.sourceforge.net/download/$name-$version.tar.gz)
    9 
   10 build() {
   11 	cd $name-$version
   12 	./configure --prefix=/usr
   13 	make
   14 	make DESTDIR=$PKG install
   15 }

Generated by cgit