contrib/bluez-libs/Pkgfile
2008-03-27 20:58:17 -04:30

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
}