contrib/bluez-libs/Pkgfile

16 lines
356 B
Plaintext
Raw Normal View History

2008-03-28 02:28:17 +01:00
# 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
}