updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bdaddr / PKGBUILD
blob83d00900a6a80b541b88c64c0bc0c83e22774218
1 # Contributor: santodelaespada<sebastianbenvenuti@gmail.com>
2 pkgname=bdaddr
3 pkgver=200902
4 pkgrel=1
5 pkgdesc="Change Bluetooth MAC address"
7 arch=(any)
8 url="http://www.siddharthabbineni.com/tech/hardware/change-bluetooth-device-mac-address.html"
9 license="GPL"
10 depends=('bluez')
11 source=(http://www.siddharthabbineni.com/wp-content/uploads/2009/02/bdaddrtar.bz2)
12 md5sums=('8e4ecc4709b1d291ab1cc8cf796c595b')
14 build() {
15   cd $srcdir
16   tar axf bdaddrtar.bz2
17   cd bdaddr
18   make || return 1
19   mkdir -p $pkgdir/opt/bdaddr
20   mv bdaddr bdaddr.o oui.o $pkgdir/opt/bdaddr