contrib/bluez-libs/Pkgfile

17 lines
421 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=2
source=(http://bluez.sourceforge.net/download/$name-$version.tar.gz bluez-libs.gcc43.patch)
2008-03-28 02:28:17 +01:00
build() {
cd $name-$version
patch -p1 -i $SRC/bluez-libs.gcc43.patch
2008-03-28 02:28:17 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}