1 # Note: Please fill out the license field for your package. If it is unknown,
2 # then please put 'unknown'.
4 # Contributor: Your Name <youremail@domain.com>
8 pkgdesc="Software to get the bluetooth working on an ASUS motherboard"
10 url="get://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/ath3k.git"
12 install=("ath3k.install")
14 source=($pkgname-$pkgver.tar.gz)
15 md5sums=("349ee98a51bcd0db4a9161fa61d56921") #generate with 'makepkg -g'
20 mkdir -p $pkgdir/lib/modules/$(uname -r)/ath3k
21 mkdir -p $pkgdir/lib/firmware
22 cp ath3k.ko $pkgdir/lib/modules/$(uname -r)/ath3k/ath3k.ko
23 cp ath3k-1.fw $pkgdir/lib/firmware/ath3k-1.fw
25 msg "Please go to /lib/$(uname -r)/ath3k and read the licence files"
26 msg "If you do not agree with them please remove the package"
27 cp LICENCES/* $pkgdir/lib/modules/$(uname -r)/ath3k/