You are not logged in.

#1 2004-03-05 10:45:38

Guest
Guest

Bluetooth: bluez

Hi,

need the Bluetooth stuff.

cu
Tom

#2 2004-03-05 23:25:24

Moritz
Member
From: Cologne, NRW, Germany
Registered: 2002-10-12
Posts: 166

Re: Bluetooth: bluez

PKGBUILD for bluez-libs:

pkgname=bluez-libs
pkgver=2.5
pkgrel=1
pkgdesc="Bluetooth libaries"
url="http://www.bluez.org"
depends=('glibc')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://bluez.sf.net/download/$pkgname-$pkgver.tar.gz)
md5sums=('a5e79022c16f179f8281088df9385c2b')
 
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

PKGBUILD for bluez-utils:

pkgname=bluez-utils
pkgver=2.4
pkgrel=1
pkgdesc="Bluetooth utilities"
url="http://www.bluez.org"
depends=('glibc' 'bluez-libs')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://bluez.sf.net/download/$pkgname-$pkgver.tar.gz)
md5sums=('bf5beebfaf0c9106764f191b02eba417')
 
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg install
}

that's fine for me... you'd probably need some other stuff. I did not lol

Offline

#3 2004-03-08 09:26:41

Guest
Guest

Re: Bluetooth: bluez

Hi,

ich bräuchte aber das "fertige" Paket. Weil mein Bluetooth-Modem zu Hause ja noch nicht läuft & und im -büro hab ich nur Windoof. Gibts das irgendwo?

Gruß
Tom

#4 2004-03-08 22:28:47

Arielext
Member
From: Amersfoort, the Netherlands
Registered: 2002-08-12
Posts: 362
Website

Re: Bluetooth: bluez

Tom,

Can we please keep this an English only site? If you have any problems with the english language just pretent (just like me wink ) or contact the German user(s) personally


apt-get install arch

Offline

#5 2004-03-09 08:14:41

Guest
Guest

Re: Bluetooth: bluez

O.K., Sorry,

here in english.
I need the compiled package to download it here in my office, burn it on CD and "pacman" it at home on my box.

Does anybody know where to download the bluetooth stuff?

Thanks in advance.

bye
Tom

#6 2004-03-12 10:45:34

Moritz
Member
From: Cologne, NRW, Germany
Registered: 2002-10-12
Posts: 166

Re: Bluetooth: bluez

I could send you mine per mail...

Offline

Board footer

Powered by FluxBB