forked from ports/contrib
16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
|
# Description: Official linux bluetooth protocol stack - libraries
|
||
|
# URL: http://www.bluez.org/
|
||
|
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||
|
|
||
|
name=bluez-libs
|
||
|
version=2.25
|
||
|
release=1
|
||
|
source=(http://bluez.sourceforge.net/download/$name-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
./configure --prefix=/usr
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|